Theme styles added and useless files rm

This commit is contained in:
smartapant 2016-04-22 13:15:25 +03:00
parent 27dcebeba2
commit f87b6ce425
28 changed files with 1210 additions and 231 deletions

View file

@ -1,10 +1,7 @@
// App
export * from './app.component';
export * from './app.service';
import {AppState} from './app.service';
// Application wide providers
export const APP_PROVIDERS = [
AppState
];