Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(build): re-enable require() of global CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Oct 17, 2016
1 parent 1a76ad4 commit 81f4fa1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/AWATTS/client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ import { AppComponent } from '../app/app.component';
import { appRouting } from '../app/app.routing';
import { appProviders } from '../app/app.providers';

/* TODO None of these works with AOT production build. At least for `require`,
* there seems to be issues with AOT.
// Here import global styles common to all app modules
require('../shared/common-styles.css');
*/
/*
import '../shared/common-styles.css';
*/
require('../shared/common-styles.css');

@NgModule({
imports: [
Expand Down

0 comments on commit 81f4fa1

Please sign in to comment.