Skip to content

Commit f8d9b90

Browse files
authored
Merge pull request #2 from Bernardo-MG/develop
Develop
2 parents 5007f31 + 5f8307e commit f8d9b90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+7688
-7522
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ chrome-profiler-events*.json
2727

2828
# IDE - VSCode
2929
.vscode/*
30-
!.vscode/settings.json
31-
!.vscode/tasks.json
32-
!.vscode/launch.json
33-
!.vscode/extensions.json
3430
.history/*
3531

3632
# misc

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Example for setting up HTTP Basic authentication with Angular. It is prepared to
55
## Features
66

77
- HTTP Basic Authentication
8+
- Remember me to keep logged in
89

910
## Usage
1011

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@
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
}

0 commit comments

Comments
 (0)