mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
demo shell (ng2)
basic angular2-based demo shell
This commit is contained in:
9
demo-shell-ng2/app/main.ts
Normal file
9
demo-shell-ng2/app/main.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {bootstrap} from 'angular2/platform/browser';
|
||||
import {AppComponent} from './app.component';
|
||||
import {ROUTER_PROVIDERS} from "angular2/router";
|
||||
import {Authentication} from "./services/authentication";
|
||||
|
||||
bootstrap(AppComponent, [
|
||||
ROUTER_PROVIDERS,
|
||||
Authentication
|
||||
]);
|
Reference in New Issue
Block a user