Skip to content

Commit f730da6

Browse files
authored
Merge pull request #80 from ngneat/ng13
2 parents f50ff44 + 623c035 commit f730da6

27 files changed

+4503
-43397
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're using v1 and don't want to migrate, you can find it [here](https://git
3939
### Installation
4040

4141
```
42-
ng add @ngneat/helipopper
42+
npm install @ngneat/helipopper @ngneat/overview
4343
```
4444

4545
It will automatically add the `TippyModule` to your `AppModule`. You can configure it as shown below:

angular.json

-17
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@
9494
"scripts": []
9595
}
9696
},
97-
"lint": {
98-
"builder": "@angular-devkit/build-angular:tslint",
99-
"options": {
100-
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
101-
"exclude": ["**/node_modules/**"]
102-
}
103-
},
10497
"e2e": {
10598
"builder": "@angular-devkit/build-angular:protractor",
10699
"options": {
@@ -144,16 +137,6 @@
144137
"tsConfig": "projects/ngneat/helipopper/tsconfig.spec.json",
145138
"karmaConfig": "projects/ngneat/helipopper/karma.conf.js"
146139
}
147-
},
148-
"lint": {
149-
"builder": "@angular-devkit/build-angular:tslint",
150-
"options": {
151-
"tsConfig": [
152-
"projects/ngneat/helipopper/tsconfig.lib.json",
153-
"projects/ngneat/helipopper/tsconfig.spec.json"
154-
],
155-
"exclude": ["**/node_modules/**"]
156-
}
157140
}
158141
}
159142
}

0 commit comments

Comments
 (0)