mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(merge): fix merge issues
This commit is contained in:
parent
660aa8a4b6
commit
563c6d0333
2 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,8 @@ module.exports = {
|
||||||
loader: 'source-map-loader',
|
loader: 'source-map-loader',
|
||||||
exclude: [
|
exclude: [
|
||||||
// these packages have problems with their sourcemaps
|
// these packages have problems with their sourcemaps
|
||||||
helpers.root('node_modules/rxjs')
|
helpers.root('node_modules/rxjs'),
|
||||||
|
helpers.root('node_modules/ng2-bootstrap'),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@ export const APPLICATION_PROVIDERS = [
|
||||||
provideForms(),
|
provideForms(),
|
||||||
...HTTP_PROVIDERS,
|
...HTTP_PROVIDERS,
|
||||||
...APP_ROUTER_PROVIDERS,
|
...APP_ROUTER_PROVIDERS,
|
||||||
|
{provide: LocationStrategy, useClass: HashLocationStrategy},
|
||||||
{provide: LocationStrategy, useClass: HashLocationStrategy}
|
{provide: LocationStrategy, useClass: HashLocationStrategy}
|
||||||
{provide: LocationStrategy, useClass: HashLocationStrategy }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const PROVIDERS = [
|
export const PROVIDERS = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue