mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
refactor(app): remove shared module, export dependencies through
This commit is contained in:
parent
b5666805bf
commit
3880ab3d74
13 changed files with 27 additions and 86 deletions
|
|
@ -9,34 +9,12 @@
|
|||
"@angular/*": [
|
||||
"../node_modules/@angular/*"
|
||||
],
|
||||
"@akveo/*": [
|
||||
"../node_modules/@akveo/*"
|
||||
],
|
||||
"@ng-bootstrap/*": [
|
||||
"../node_modules/@ng-bootstrap/*"
|
||||
],
|
||||
"bootstrap/*": [
|
||||
"../node_modules/bootstrap/*"
|
||||
],
|
||||
"font-awesome/*": [
|
||||
"../node_modules/font-awesome/*"
|
||||
"@nebular/*": [
|
||||
"../node_modules/@nebular/*"
|
||||
],
|
||||
"immutable/*": [
|
||||
"../node_modules/immutable/*"
|
||||
],
|
||||
"ionicons/*": [
|
||||
"../node_modules/ionicons/*"
|
||||
],
|
||||
"normalize.css/*": [
|
||||
"../node_modules/normalize.css/*"
|
||||
],
|
||||
"segoe-fonts/*": [
|
||||
"../node_modules/segoe-fonts/*"
|
||||
],
|
||||
"typeface-exo/*": [
|
||||
"../node_modules/typeface-exo/*"
|
||||
]
|
||||
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue