fix(core): fix core files, use ng button

This commit is contained in:
Adam Bradley
2017-05-24 14:21:48 -05:00
parent 296bc0972a
commit 476e9ef236
56 changed files with 1233 additions and 583 deletions

View File

@@ -72,9 +72,8 @@ export function createTempTsConfig(includeGlob: string[], target: string, module
path.join(PROJECT_ROOT, 'src/components/index.ts'),
]);
config.exclude = [
'./components/badge/**/*'
];
console.log('excluding core components from ng buld:');
console.log(config.exclude);
if (overrideCompileOptions) {
config.compilerOptions = Object.assign(config.compilerOptions, overrideCompileOptions);