Skip to content

Commit 970469e

Browse files
authored
chore: update to latest {N} and NG dependencies (#4)
1 parent e67c95b commit 970469e

File tree

5 files changed

+6169
-1958
lines changed

5 files changed

+6169
-1958
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ hooks
44
.vscode
55

66
app/**/*.js
7+
8+
# Webpack files
9+
tsconfig.esm.json
10+
webpack.config.js
11+

app/app.module.ngfactory.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/**
2-
* A dynamically generated module when compiled with AoT.
3-
*/
4-
export const AppModuleNgFactory: any;
1+
export const AppModuleNgFactory: any;

0 commit comments

Comments
 (0)