material removed, angular updated to b16

This commit is contained in:
nixa 2016-05-11 12:55:46 +03:00
parent f375f936d8
commit a1e49ecc9b
8 changed files with 55 additions and 123 deletions

View file

@ -7,14 +7,9 @@ import {provide, PLATFORM_DIRECTIVES} from 'angular2/core';
// Angular 2 Router
import {ROUTER_DIRECTIVES} from 'angular2/router';
// Angular 2 Material 2
// TODO(gdi2290): replace with @angular2-material/all
import {MATERIAL_DIRECTIVES} from './angular2-material2';
// application_directives: directives that are global through out the application
export const APPLICATION_DIRECTIVES = [
...ROUTER_DIRECTIVES,
...MATERIAL_DIRECTIVES
...ROUTER_DIRECTIVES
];
export const DIRECTIVES = [