File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127 }
128128 }
129129 },
130- "defaultProject" : " angular-http-basic-auth-example" ,
131130 "cli" : {
132- "defaultCollection" : " @angular-eslint/schematics"
131+ "schematicCollections" : [
132+ " @angular-eslint/schematics"
133+ ]
133134 }
134135}
Original file line number Diff line number Diff line change 22{
33 "name" : " angular-http-basic-auth-example" ,
44 "version" : " 1.0.0" ,
5+ "description" : " Example using HTTP Basic authentication with Angular" ,
6+ "author" : " Bernardo Mart�nez Garrido" ,
7+ "homepage" : " https://github.com/Bernardo-MG/angular-http-basic-auth-example" ,
8+ "license" : " MIT" ,
9+ "keywords" : [
10+ " example" , " HTTP basic"
11+ ],
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " git@github.com:bernardo-mg/angular-http-basic-auth-example.git"
15+ },
16+ "bugs" : {
17+ "url" : " https://www.github.com/bernardo-mg/angular-http-basic-auth-example/issues"
18+ },
519 "scripts" : {
620 "ng" : " ng" ,
7- "start" : " ng serve" ,
21+ "start" : " ng serve --open " ,
822 "build" : " ng build" ,
923 "watch" : " ng build --watch --configuration development" ,
1024 "test" : " ng test" ,
You can’t perform that action at this time.
0 commit comments