mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
build and routing improvements (#92)
This commit is contained in:
parent
5fd2482488
commit
9b9dc2fbcd
@ -8,6 +8,7 @@
|
||||
"build": "npm run server-versions && ng build",
|
||||
"build:prod": "npm run server-versions && ng build --prod",
|
||||
"build:dev": "npm run server-versions && ng build && node postbuild-dev.js",
|
||||
"build:tomcat": "npm run server-versions && ng build --base-href ./",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
|
@ -48,6 +48,7 @@ import { LocationLinkComponent } from './components/location-link/location-link.
|
||||
imports: [
|
||||
BrowserModule,
|
||||
RouterModule.forRoot(APP_ROUTES, {
|
||||
useHash: true,
|
||||
enableTracing: false // enable for debug only
|
||||
}),
|
||||
AdfModule,
|
||||
|
Loading…
x
Reference in New Issue
Block a user