exercice 4: context-outlet-type

This commit is contained in:
thomas laforge
2022-11-11 21:28:38 +01:00
parent 4ad61f80e1
commit ce393277a2
17 changed files with 424 additions and 2 deletions

View File

@@ -42,10 +42,12 @@
"@nrwl/angular:application": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "none",
"e2eTestRunner": "none",
"inlineStyle": "true",
"inlineTemplate": "true",
"prefix": "app",
"skipTest": "true",
"skipTests": "true",
"standalone": "true"
},
"@nrwl/angular:library": {
@@ -57,7 +59,7 @@
"changeDetection": "OnPush",
"inlineStyle": "true",
"inlineTemplate": "true",
"skipTest": "true",
"skipTests": "true",
"standalone": "true"
}
},