Skip to content

Commit 999c08c

Browse files
authored
Update to Angular 14 (#69)
1 parent 1906e65 commit 999c08c

File tree

9 files changed

+7283
-7913
lines changed

9 files changed

+7283
-7913
lines changed

.gitignore

+11-15
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,39 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

3-
# compiled output
4-
dist
3+
# Compiled output
4+
/dist
55
/tmp
66
/out-tsc
7-
# Only exists if Bazel was run
87
/bazel-out
98

10-
# dependencies
11-
node_modules
12-
13-
# profiling files
14-
chrome-profiler-events*.json
15-
speed-measure-plugin*.json
9+
# Node
10+
/node_modules
11+
npm-debug.log
12+
yarn-error.log
1613

1714
# IDEs and editors
18-
/.idea
15+
.idea/
1916
.project
2017
.classpath
2118
.c9/
2219
*.launch
2320
.settings/
2421
*.sublime-workspace
2522

26-
# IDE - VSCode
23+
# Visual Studio Code
2724
.vscode/*
2825
!.vscode/settings.json
2926
!.vscode/tasks.json
3027
!.vscode/launch.json
3128
!.vscode/extensions.json
3229
.history/*
3330

34-
# misc
35-
/.sass-cache
31+
# Miscellaneous
32+
/.angular/cache
33+
.sass-cache/
3634
/connect.lock
3735
/coverage
3836
/libpeerconnection.log
39-
npm-debug.log
40-
yarn-error.log
4137
testem.log
4238
/typings
4339

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![downloads](https://img.shields.io/npm/dt/angular-resize-event)](https://www.npmjs.com/package/angular-resize-event)
77
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vdolek/angular-resize-event)](https://snyk.io/test/github/vdolek/angular-resize-event)
88

9-
Angular 12 directive for detecting changes of an element size.
9+
Angular 14 directive for detecting changes of an element size.
1010

1111
It is as simple as:
1212

angular.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@
3535
}
3636
}
3737
},
38-
"defaultProject": "angular-resize-event"
38+
"cli": {
39+
"analytics": false
40+
}
3941
}

0 commit comments

Comments
 (0)