Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8bc5856

Browse files
feat(app): Register modules and add dependencies
1 parent 8e77713 commit 8bc5856

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

‎angular.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"src/assets"
2525
],
2626
"styles": [
27-
"src/styles.css"
27+
"src/styles.scss"
2828
],
2929
"scripts": []
3030
},
@@ -88,7 +88,7 @@
8888
"src/assets"
8989
],
9090
"styles": [
91-
"src/styles.css"
91+
"src/styles.scss"
9292
],
9393
"scripts": []
9494
}
File renamed without changes.

‎src/index.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
910
</head>
1011
<body>
1112
<app-root></app-root>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/* You can add global styles to this file, and also import other style files */
2+
img {
3+
max-width: 100%;
4+
}

‎tsconfig.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"lib": [
1515
"es2018",
1616
"dom"
17-
]
17+
],
18+
"paths": {
19+
"@characters/*": ["src/app/characters/*"],
20+
"@shared/*": ["src/app/shared/*"],
21+
}
1822
},
1923
"angularCompilerOptions": {
2024
"fullTemplateTypeCheck": true,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /