atr-components 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./lib/hello/hello.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class AtrComponentsModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrComponentsModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtrComponentsModule, [typeof i1.HelloComponent], [typeof i2.CommonModule], never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AtrComponentsModule>;
8
+ }
@@ -0,0 +1,23 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { HelloComponent } from "./lib/hello/hello.component";
4
+ import * as i0 from "@angular/core";
5
+ const COMMON_COMPONENT = [];
6
+ export class AtrComponentsModule {
7
+ }
8
+ AtrComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ AtrComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, declarations: [HelloComponent], imports: [CommonModule] });
10
+ AtrComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, imports: [[
11
+ CommonModule
12
+ ]] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [...COMMON_COMPONENT, HelloComponent],
17
+ imports: [
18
+ CommonModule
19
+ ],
20
+ exports: COMMON_COMPONENT
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXRyLWNvbXBvbmVudHMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvYXRyLWNvbXBvbmVudHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQzs7QUFHM0QsTUFBTSxnQkFBZ0IsR0FBVSxFQUFFLENBQUE7QUFVbEMsTUFBTSxPQUFPLG1CQUFtQjs7aUhBQW5CLG1CQUFtQjtrSEFBbkIsbUJBQW1CLGlCQVBJLGNBQWMsYUFFOUMsWUFBWTtrSEFLSCxtQkFBbUIsWUFOckI7WUFDUCxZQUFZO1NBQ2I7NEZBSVUsbUJBQW1CO2tCQVIvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBQyxDQUFDLEdBQUcsZ0JBQWdCLEVBQUMsY0FBYyxDQUFDO29CQUNqRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUUsZ0JBQWdCO2lCQUUxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge0hlbGxvQ29tcG9uZW50fSBmcm9tIFwiLi9saWIvaGVsbG8vaGVsbG8uY29tcG9uZW50XCI7XG5cblxuY29uc3QgQ09NTU9OX0NPTVBPTkVOVDogYW55W10gPSBbXVxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6Wy4uLkNPTU1PTl9DT01QT05FTlQsSGVsbG9Db21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IENPTU1PTl9DT01QT05FTlRcblxufSlcbmV4cG9ydCBjbGFzcyBBdHJDb21wb25lbnRzTW9kdWxlIHtcbn1cbiJdfQ==
@@ -0,0 +1,14 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class HelloComponent {
4
+ constructor() { }
5
+ ngOnInit() {
6
+ }
7
+ }
8
+ HelloComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ HelloComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HelloComponent, selector: "atr-hello", ngImport: i0, template: "<p>hello works!</p>\n", styles: [""] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, decorators: [{
11
+ type: Component,
12
+ args: [{ selector: 'atr-hello', template: "<p>hello works!</p>\n", styles: [""] }]
13
+ }], ctorParameters: function () { return []; } });
14
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVsbG8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvbGliL2hlbGxvL2hlbGxvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL2xpYi9oZWxsby9oZWxsby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8sY0FBYztJQUV6QixnQkFBZ0IsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7NEdBTFUsY0FBYztnR0FBZCxjQUFjLGlEQ1AzQix1QkFDQTs0RkRNYSxjQUFjO2tCQUwxQixTQUFTOytCQUNFLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhdHItaGVsbG8nLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVsbG8uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZWxsby5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSGVsbG9Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPHA+aGVsbG8gd29ya3MhPC9wPlxuIl19
@@ -1,5 +1,5 @@
1
1
  /*
2
2
  * Public API Surface of components
3
3
  */
4
- export * from './lib/atr-zorro/atr-zorro.module';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGtDQUFrQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBjb21wb25lbnRzXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXRyLXpvcnJvL2F0ci16b3Jyby5tb2R1bGUnO1xuIl19
4
+ export * from './atr-components.module';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBjb21wb25lbnRzXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9hdHItY29tcG9uZW50cy5tb2R1bGUnO1xuaW1wb3J0IHsgSGVsbG9Db21wb25lbnQgfSBmcm9tICcuL2xpYi9oZWxsby9oZWxsby5jb21wb25lbnQnO1xuIl19
@@ -1,25 +1,35 @@
1
1
  import * as i0 from '@angular/core';
2
- import { NgModule } from '@angular/core';
2
+ import { Component, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
+ class HelloComponent {
6
+ constructor() { }
7
+ ngOnInit() {
8
+ }
9
+ }
10
+ HelloComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ HelloComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HelloComponent, selector: "atr-hello", ngImport: i0, template: "<p>hello works!</p>\n", styles: [""] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, decorators: [{
13
+ type: Component,
14
+ args: [{ selector: 'atr-hello', template: "<p>hello works!</p>\n", styles: [""] }]
15
+ }], ctorParameters: function () { return []; } });
16
+
5
17
  const COMMON_COMPONENT = [];
6
- class AtrZorroModule {
18
+ class AtrComponentsModule {
7
19
  }
8
- AtrZorroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- AtrZorroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [CommonModule] });
10
- AtrZorroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [[
20
+ AtrComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ AtrComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, declarations: [HelloComponent], imports: [CommonModule] });
22
+ AtrComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, imports: [[
11
23
  CommonModule
12
24
  ]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, decorators: [{
14
26
  type: NgModule,
15
27
  args: [{
16
- declarations: [],
28
+ declarations: [...COMMON_COMPONENT, HelloComponent],
17
29
  imports: [
18
30
  CommonModule
19
31
  ],
20
- exports: [
21
- ...COMMON_COMPONENT,
22
- ]
32
+ exports: COMMON_COMPONENT
23
33
  }]
24
34
  }] });
25
35
 
@@ -31,5 +41,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
31
41
  * Generated bundle index. Do not edit.
32
42
  */
33
43
 
34
- export { AtrZorroModule };
44
+ export { AtrComponentsModule };
35
45
  //# sourceMappingURL=atr-components.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"atr-components.mjs","sources":["../../../projects/components/src/lib/atr-zorro/atr-zorro.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/atr-components.ts"],"sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\nconst COMMON_COMPONENT: any[] = []\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule\n ],\n exports: [\n ...COMMON_COMPONENT,\n ]\n\n})\nexport class AtrZorroModule {\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './lib/atr-zorro/atr-zorro.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;AAGA,MAAM,gBAAgB,GAAU,EAAE,CAAA;MAYrB,cAAc,CAAA;;4GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAPvB,YAAY,CAAA,EAAA,CAAA,CAAA;AAOH,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,EARhB,OAAA,EAAA,CAAA;YACP,YAAY;SACb,CAAA,EAAA,CAAA,CAAA;4FAMU,cAAc,EAAA,UAAA,EAAA,CAAA;kBAV1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,EAAE;AAChB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;AACP,wBAAA,GAAG,gBAAgB;AACpB,qBAAA;iBAEF,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"atr-components.mjs","sources":["../../../projects/components/src/lib/hello/hello.component.ts","../../../projects/components/src/lib/hello/hello.component.html","../../../projects/components/src/atr-components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/atr-components.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'atr-hello',\n templateUrl: './hello.component.html',\n styleUrls: ['./hello.component.css']\n})\nexport class HelloComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>hello works!</p>\n","import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {HelloComponent} from \"./lib/hello/hello.component\";\n\n\nconst COMMON_COMPONENT: any[] = []\n\n@NgModule({\n declarations:[...COMMON_COMPONENT,HelloComponent],\n imports: [\n CommonModule\n ],\n exports: COMMON_COMPONENT\n\n})\nexport class AtrComponentsModule {\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './atr-components.module';\nimport { HelloComponent } from './lib/hello/hello.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,cAAc,CAAA;AAEzB,IAAA,WAAA,GAAA,GAAiB;IAEjB,QAAQ,GAAA;KACP;;4GALU,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,cAAc,iDCP3B,uBACA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;4FDMa,cAAc,EAAA,UAAA,EAAA,CAAA;kBAL1B,SAAS;+BACE,WAAW,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;;AEEvB,MAAM,gBAAgB,GAAU,EAAE,CAAA;MAUrB,mBAAmB,CAAA;;iHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;kHAAnB,mBAAmB,EAAA,YAAA,EAAA,CAPI,cAAc,CAAA,EAAA,OAAA,EAAA,CAE9C,YAAY,CAAA,EAAA,CAAA,CAAA;AAKH,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EANrB,OAAA,EAAA,CAAA;YACP,YAAY;SACb,CAAA,EAAA,CAAA,CAAA;4FAIU,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAR/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAC,CAAC,GAAG,gBAAgB,EAAC,cAAc,CAAC;AACjD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE,gBAAgB;iBAE1B,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -1,25 +1,35 @@
1
1
  import * as i0 from '@angular/core';
2
- import { NgModule } from '@angular/core';
2
+ import { Component, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
+ class HelloComponent {
6
+ constructor() { }
7
+ ngOnInit() {
8
+ }
9
+ }
10
+ HelloComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ HelloComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HelloComponent, selector: "atr-hello", ngImport: i0, template: "<p>hello works!</p>\n", styles: [""] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HelloComponent, decorators: [{
13
+ type: Component,
14
+ args: [{ selector: 'atr-hello', template: "<p>hello works!</p>\n", styles: [""] }]
15
+ }], ctorParameters: function () { return []; } });
16
+
5
17
  const COMMON_COMPONENT = [];
6
- class AtrZorroModule {
18
+ class AtrComponentsModule {
7
19
  }
8
- AtrZorroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- AtrZorroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [CommonModule] });
10
- AtrZorroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [[
20
+ AtrComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ AtrComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, declarations: [HelloComponent], imports: [CommonModule] });
22
+ AtrComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, imports: [[
11
23
  CommonModule
12
24
  ]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, decorators: [{
14
26
  type: NgModule,
15
27
  args: [{
16
- declarations: [],
28
+ declarations: [...COMMON_COMPONENT, HelloComponent],
17
29
  imports: [
18
30
  CommonModule
19
31
  ],
20
- exports: [
21
- ...COMMON_COMPONENT,
22
- ]
32
+ exports: COMMON_COMPONENT
23
33
  }]
24
34
  }] });
25
35
 
@@ -31,5 +41,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
31
41
  * Generated bundle index. Do not edit.
32
42
  */
33
43
 
34
- export { AtrZorroModule };
44
+ export { AtrComponentsModule };
35
45
  //# sourceMappingURL=atr-components.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"atr-components.mjs","sources":["../../../projects/components/src/lib/atr-zorro/atr-zorro.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/atr-components.ts"],"sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\nconst COMMON_COMPONENT: any[] = []\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule\n ],\n exports: [\n ...COMMON_COMPONENT,\n ]\n\n})\nexport class AtrZorroModule {\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './lib/atr-zorro/atr-zorro.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;AAGA,MAAM,gBAAgB,GAAU,EAAE,CAAA;MAYrB,cAAc,CAAA;;4GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAPvB,YAAY,CAAA,EAAA,CAAA,CAAA;AAOH,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,EARhB,OAAA,EAAA,CAAA;YACP,YAAY;AACb,SAAA,CAAA,EAAA,CAAA,CAAA;4FAMU,cAAc,EAAA,UAAA,EAAA,CAAA;kBAV1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,EAAE;AAChB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;AACP,wBAAA,GAAG,gBAAgB;AACpB,qBAAA;AAEF,iBAAA,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"atr-components.mjs","sources":["../../../projects/components/src/lib/hello/hello.component.ts","../../../projects/components/src/lib/hello/hello.component.html","../../../projects/components/src/atr-components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/atr-components.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'atr-hello',\n templateUrl: './hello.component.html',\n styleUrls: ['./hello.component.css']\n})\nexport class HelloComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>hello works!</p>\n","import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {HelloComponent} from \"./lib/hello/hello.component\";\n\n\nconst COMMON_COMPONENT: any[] = []\n\n@NgModule({\n declarations:[...COMMON_COMPONENT,HelloComponent],\n imports: [\n CommonModule\n ],\n exports: COMMON_COMPONENT\n\n})\nexport class AtrComponentsModule {\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './atr-components.module';\nimport { HelloComponent } from './lib/hello/hello.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,cAAc,CAAA;AAEzB,IAAA,WAAA,GAAA,GAAiB;IAEjB,QAAQ,GAAA;KACP;;4GALU,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,cAAc,iDCP3B,uBACA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;4FDMa,cAAc,EAAA,UAAA,EAAA,CAAA;kBAL1B,SAAS;+BACE,WAAW,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;;AEEvB,MAAM,gBAAgB,GAAU,EAAE,CAAA;MAUrB,mBAAmB,CAAA;;iHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;kHAAnB,mBAAmB,EAAA,YAAA,EAAA,CAPI,cAAc,CAAA,EAAA,OAAA,EAAA,CAE9C,YAAY,CAAA,EAAA,CAAA,CAAA;AAKH,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EANrB,OAAA,EAAA,CAAA;YACP,YAAY;AACb,SAAA,CAAA,EAAA,CAAA,CAAA;4FAIU,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAR/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAC,CAAC,GAAG,gBAAgB,EAAC,cAAc,CAAC;AACjD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE,gBAAgB;AAE1B,iBAAA,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class HelloComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<HelloComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HelloComponent, "atr-hello", never, {}, {}, never, never>;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0"
@@ -28,4 +28,4 @@
28
28
  }
29
29
  },
30
30
  "sideEffects": false
31
- }
31
+ }
package/public-api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib/atr-test/atr-test.module';
1
+ export * from './atr-components.module';
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import * as i0 from "@angular/core";
4
- const COMMON_COMPONENT = [];
5
- export class AtrZorroModule {
6
- }
7
- AtrZorroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- AtrZorroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [CommonModule] });
9
- AtrZorroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, imports: [[
10
- CommonModule
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrZorroModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [],
16
- imports: [
17
- CommonModule
18
- ],
19
- exports: [
20
- ...COMMON_COMPONENT,
21
- ]
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXRyLXpvcnJvLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL2xpYi9hdHItem9ycm8vYXRyLXpvcnJvLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQzs7QUFFN0MsTUFBTSxnQkFBZ0IsR0FBVSxFQUFFLENBQUE7QUFZbEMsTUFBTSxPQUFPLGNBQWM7OzRHQUFkLGNBQWM7NkdBQWQsY0FBYyxZQVB2QixZQUFZOzZHQU9ILGNBQWMsWUFSaEI7WUFDUCxZQUFZO1NBQ2I7NEZBTVUsY0FBYztrQkFWMUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLEdBQUcsZ0JBQWdCO3FCQUNwQjtpQkFFRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmNvbnN0IENPTU1PTl9DT01QT05FTlQ6IGFueVtdID0gW11cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgLi4uQ09NTU9OX0NPTVBPTkVOVCxcbiAgXVxuXG59KVxuZXhwb3J0IGNsYXNzIEF0clpvcnJvTW9kdWxlIHtcbn1cbiJdfQ==
File without changes
@@ -1 +0,0 @@
1
- <p>atr-test works!</p>
@@ -1,25 +0,0 @@
1
- import { ComponentFixture, TestBed } from '@angular/core/testing';
2
-
3
- import { AtrTestComponent } from './atr-test.component';
4
-
5
- describe('AtrTestComponent', () => {
6
- let component: AtrTestComponent;
7
- let fixture: ComponentFixture<AtrTestComponent>;
8
-
9
- beforeEach(async () => {
10
- await TestBed.configureTestingModule({
11
- declarations: [ AtrTestComponent ]
12
- })
13
- .compileComponents();
14
- });
15
-
16
- beforeEach(() => {
17
- fixture = TestBed.createComponent(AtrTestComponent);
18
- component = fixture.componentInstance;
19
- fixture.detectChanges();
20
- });
21
-
22
- it('should create', () => {
23
- expect(component).toBeTruthy();
24
- });
25
- });
@@ -1,15 +0,0 @@
1
- import { Component, OnInit } from '@angular/core';
2
-
3
- @Component({
4
- selector: 'atr-atr-test',
5
- templateUrl: './atr-test.component.html',
6
- styleUrls: ['./atr-test.component.css']
7
- })
8
- export class AtrTestComponent implements OnInit {
9
-
10
- constructor() { }
11
-
12
- ngOnInit(): void {
13
- }
14
-
15
- }
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AtrTestComponent } from './atr-test/atr-test.component';
4
-
5
-
6
-
7
- @NgModule({
8
- declarations: [
9
- AtrTestComponent
10
- ],
11
- imports: [
12
- CommonModule
13
- ],
14
- exports:[
15
- AtrTestComponent
16
- ]
17
- })
18
- export class AtrTestModule { }