Skip to content

Commit

Permalink
Update to Angular 17.2 (#235)
Browse files Browse the repository at this point in the history
@jkubiszewski Thank You very much!!! You are hero !!
  • Loading branch information
jkubiszewski authored Feb 22, 2024
1 parent f0a1626 commit d19c0c4
Show file tree
Hide file tree
Showing 22 changed files with 5,782 additions and 6,556 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ import { HttpClient } from '@angular/common/http';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {

Expand Down
13 changes: 6 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "css"
"style": "scss"
}
},
"root": "",
Expand All @@ -24,12 +24,13 @@
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": []
},
Expand All @@ -50,12 +51,9 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand Down Expand Up @@ -87,12 +85,13 @@
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": []
}
Expand Down
Loading

0 comments on commit d19c0c4

Please sign in to comment.