Skip to content

Commit

Permalink
Remove dummy files and adjust some config
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed Dec 10, 2018
1 parent 967eeb1 commit 5620596
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 80 deletions.
7 changes: 4 additions & 3 deletions projects/ngqp/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@ngqp/core",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0"
"@angular/common": "^7.x.x",
"@angular/core": "^7.x.x",
"@angular/router": "^7.x.x"
}
}
}
25 changes: 0 additions & 25 deletions projects/ngqp/core/src/lib/core.component.spec.ts

This file was deleted.

19 changes: 0 additions & 19 deletions projects/ngqp/core/src/lib/core.component.ts

This file was deleted.

11 changes: 5 additions & 6 deletions projects/ngqp/core/src/lib/core.module.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { NgModule } from '@angular/core';
import { CoreComponent } from './core.component';

@NgModule({
declarations: [CoreComponent],
imports: [
],
exports: [CoreComponent]
declarations: [],
imports: [],
exports: []
})
export class CoreModule { }
export class CoreModule {
}
12 changes: 0 additions & 12 deletions projects/ngqp/core/src/lib/core.service.spec.ts

This file was deleted.

9 changes: 0 additions & 9 deletions projects/ngqp/core/src/lib/core.service.ts

This file was deleted.

6 changes: 0 additions & 6 deletions projects/ngqp/core/src/public_api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
/*
* Public API Surface of core
*/

export * from './lib/core.service';
export * from './lib/core.component';
export * from './lib/core.module';
1 change: 1 addition & 0 deletions projects/ngqp/core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"strict": true,
"types": [],
"lib": [
"dom",
Expand Down

0 comments on commit 5620596

Please sign in to comment.