mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-03 23:21:48 +01:00
feat(dependencies): update angular to 2.4.3. DLL Integration
This commit is contained in:
parent
4112676ae9
commit
ea7342008a
21 changed files with 175 additions and 135 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
# @AngularClass
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
|
@ -54,6 +52,8 @@ npm-debug.log
|
|||
.webpack.json
|
||||
/build
|
||||
/build/**
|
||||
/compiled
|
||||
/dll
|
||||
|
||||
# Doc #
|
||||
/doc/
|
||||
|
|
@ -61,3 +61,9 @@ npm-debug.log
|
|||
# IDE #
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Angular #
|
||||
*.ngfactory.ts
|
||||
*.css.shim.ts
|
||||
*.ngsummary.json
|
||||
*.shim.ngstyle.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue