mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
Bootstrap 4 added.
This commit is contained in:
parent
8691adf9a9
commit
62836727ae
8 changed files with 183 additions and 58 deletions
|
|
@ -1,20 +1,24 @@
|
|||
import 'jquery';
|
||||
import 'bootstrap-loader';
|
||||
|
||||
/*
|
||||
* Providers provided by Angular
|
||||
*/
|
||||
import {bootstrap} from 'angular2/platform/browser';
|
||||
/*
|
||||
* Platform and Environment
|
||||
* our providers/directives/pipes
|
||||
*/
|
||||
* Platform and Environment
|
||||
* our providers/directives/pipes
|
||||
*/
|
||||
import {DIRECTIVES, PIPES, PROVIDERS} from './platform/browser';
|
||||
import {ENV_PROVIDERS} from './platform/environment';
|
||||
|
||||
/*
|
||||
* App Component
|
||||
* our top level component that holds all of our components
|
||||
*/
|
||||
* App Component
|
||||
* our top level component that holds all of our components
|
||||
*/
|
||||
import {App, APP_PROVIDERS} from './app';
|
||||
|
||||
|
||||
/*
|
||||
* Bootstrap our Angular app with a top level component `App` and inject
|
||||
* our Services and Providers into Angular's dependency injection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue