removed tslint-loader, breaks aot build

This commit is contained in:
William Welling
2017-09-26 15:55:32 -05:00
parent 56785919cd
commit 51e41ddba0
7 changed files with 2 additions and 26 deletions

View File

@@ -58,10 +58,6 @@ const COMPONENTS = [
CommunityListElementComponent
];
const PROVIDERS = [
];
@NgModule({
imports: [
...MODULES
@@ -74,9 +70,6 @@ const PROVIDERS = [
...MODULES,
...PIPES,
...COMPONENTS
],
providers: [
...PROVIDERS
]
})
export class SharedModule {