continue test integration
This commit is contained in:
parent
0e609cb755
commit
ef0cba3b2a
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@kangaroo-and-rabbit/kar-cw",
|
||||
"version": "0.1.5",
|
||||
"rootDir": "src",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^17.3.0",
|
||||
"@angular/core": "^17.3.0"
|
||||
@ -8,5 +9,6 @@
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"sideEffects": false
|
||||
"sideEffects": false,
|
||||
"exports": "./src/**/*"
|
||||
}
|
@ -11,13 +11,14 @@ import { ALL_COMPONENTS } from "./kar-cw.component";
|
||||
import { ALL_SCENES } from "./kar-cw.scene";
|
||||
import { ALL_SERVICES } from "./kar-cw.service";
|
||||
import { ALL_GUARDS } from "./kar-cw.guard";
|
||||
import { DataStore, DataTools } from "./utils";
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
...ALL_COMPONENTS,
|
||||
...ALL_SCENES
|
||||
...ALL_SCENES,
|
||||
],
|
||||
imports: [
|
||||
FormsModule,
|
||||
|
@ -2,14 +2,4 @@
|
||||
* Public API Surface of kar-cw
|
||||
*/
|
||||
|
||||
export * from './kar-cw.service';
|
||||
export * from './kar-cw.module';
|
||||
export * from './kar-cw.component';
|
||||
export * from './kar-cw.scene';
|
||||
export * from './kar-cw.guard';
|
||||
export * from './utils';
|
||||
export * from './service';
|
||||
export * from './scene';
|
||||
export * from './popin';
|
||||
export * from './model';
|
||||
export * from './component';
|
||||
export * from './public-api';
|
||||
|
@ -10,5 +10,12 @@
|
||||
},
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
],
|
||||
"include": [
|
||||
"**/*.ts"
|
||||
],
|
||||
"scripts": true,
|
||||
"styles": true,
|
||||
"hidden": false,
|
||||
"vendor": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user