@@ -1265,7 +1265,7 @@ export declare class TestCmp {
12651265/****************************************************************************************************
12661266 * PARTIAL FILE: ng_if_templated.js
12671267 ****************************************************************************************************/
1268- import { Component } from '@angular/core' ;
1268+ import { Component, NgModule , NO_ERRORS_SCHEMA } from '@angular/core' ;
12691269import * as i0 from "@angular/core" ;
12701270export class TestCmp {
12711271 static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
@@ -1287,24 +1287,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
12871287 standalone : false
12881288 } ]
12891289 } ] } ) ;
1290+ export class TestCmpModule {
1291+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
1292+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , declarations : [ TestCmp ] } ) ;
1293+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule } ) ;
1294+ }
1295+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , decorators : [ {
1296+ type : NgModule ,
1297+ args : [ { declarations : [ TestCmp ] , schemas : [ NO_ERRORS_SCHEMA ] } ]
1298+ } ] } ) ;
12901299//# sourceMappingURL=ng_if_templated.js.map
12911300/****************************************************************************************************
12921301 * PARTIAL FILE: ng_if_templated.js.map
12931302 ****************************************************************************************************/
1294- { "version" :3 , "file" :"ng_if_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_if_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;;AAWxC ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAPN;;;;mBAIK;;sGAGN,OAAO;kBATnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE;;;;mBAIK;oBACf,UAAU,EAAE,KAAK;iBACpB" }
1303+ { "version" :3 , "file" :"ng_if_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_if_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAE,gBAAgB, EAAC,MAAM,eAAe,CAAC;;AAWpE ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAPN;;;;mBAIK;;sGAGN,OAAO;kBATnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE;;;;mBAIK;oBACf,UAAU,EAAE,KAAK;iBACpB;;AAMD,MAAM,OAAO,aAAa;kHAAb,aAAa;mHAAb,aAAa,iBALb,OAAO;mHAKP,aAAa;;sGAAb,aAAa;kBADzB,QAAQ;mBAAC,EAAC,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAC " }
12951304/****************************************************************************************************
12961305 * PARTIAL FILE: ng_if_templated.d.ts
12971306 ****************************************************************************************************/
12981307import * as i0 from "@angular/core" ;
12991308export declare class TestCmp {
1309+ showMessage : ( ) => boolean ;
13001310 static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmp , never > ;
13011311 static ɵcmp : i0 . ɵɵComponentDeclaration < TestCmp , "test-cmp" , never , { } , { } , never , never , false , never > ;
13021312}
1313+ export declare class TestCmpModule {
1314+ static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmpModule , never > ;
1315+ static ɵmod : i0 . ɵɵNgModuleDeclaration < TestCmpModule , [ typeof TestCmp ] , never , never > ;
1316+ static ɵinj : i0 . ɵɵInjectorDeclaration < TestCmpModule > ;
1317+ }
13031318
13041319/****************************************************************************************************
13051320 * PARTIAL FILE: ng_if_templated.js
13061321 ****************************************************************************************************/
1307- import { Component } from '@angular/core' ;
1322+ import { Component , NgModule , NO_ERRORS_SCHEMA } from '@angular/core' ;
13081323import * as i0 from "@angular/core" ;
13091324export class TestCmp {
13101325 static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
@@ -1326,19 +1341,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
13261341 standalone : false
13271342 } ]
13281343 } ] } ) ;
1344+ export class TestCmpModule {
1345+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
1346+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , declarations : [ TestCmp ] } ) ;
1347+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule } ) ;
1348+ }
1349+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , decorators : [ {
1350+ type : NgModule ,
1351+ args : [ { declarations : [ TestCmp ] , schemas : [ NO_ERRORS_SCHEMA ] } ]
1352+ } ] } ) ;
13291353//# sourceMappingURL=ng_if_templated.js.map
13301354/****************************************************************************************************
13311355 * PARTIAL FILE: ng_if_templated.js.map
13321356 ****************************************************************************************************/
1333- { "version" :3 , "file" :"ng_if_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_if_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;;AAWxC ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAPN;;;;mBAIK;;sGAGN,OAAO;kBATnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE;;;;mBAIK;oBACf,UAAU,EAAE,KAAK;iBACpB" }
1357+ { "version" :3 , "file" :"ng_if_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_if_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAE,gBAAgB, EAAC,MAAM,eAAe,CAAC;;AAWpE ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAPN;;;;mBAIK;;sGAGN,OAAO;kBATnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE;;;;mBAIK;oBACf,UAAU,EAAE,KAAK;iBACpB;;AAMD,MAAM,OAAO,aAAa;kHAAb,aAAa;mHAAb,aAAa,iBALb,OAAO;mHAKP,aAAa;;sGAAb,aAAa;kBADzB,QAAQ;mBAAC,EAAC,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAC " }
13341358/****************************************************************************************************
13351359 * PARTIAL FILE: ng_if_templated.d.ts
13361360 ****************************************************************************************************/
13371361import * as i0 from "@angular/core" ;
13381362export declare class TestCmp {
1363+ showMessage : ( ) => boolean ;
13391364 static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmp , never > ;
13401365 static ɵcmp : i0 . ɵɵComponentDeclaration < TestCmp , "test-cmp" , never , { } , { } , never , never , false , never > ;
13411366}
1367+ export declare class TestCmpModule {
1368+ static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmpModule , never > ;
1369+ static ɵmod : i0 . ɵɵNgModuleDeclaration < TestCmpModule , [ typeof TestCmp ] , never , never > ;
1370+ static ɵinj : i0 . ɵɵInjectorDeclaration < TestCmpModule > ;
1371+ }
13421372
13431373/****************************************************************************************************
13441374 * PARTIAL FILE: ng_for_simple.js
@@ -1405,7 +1435,7 @@ export declare class TestCmp {
14051435/****************************************************************************************************
14061436 * PARTIAL FILE: ng_for_templated.js
14071437 ****************************************************************************************************/
1408- import { Component } from '@angular/core' ;
1438+ import { Component, NgModule , NO_ERRORS_SCHEMA } from '@angular/core' ;
14091439import * as i0 from "@angular/core" ;
14101440export class TestCmp {
14111441 static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
@@ -1419,24 +1449,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
14191449 standalone : false
14201450 } ]
14211451 } ] } ) ;
1452+ export class TestCmpModule {
1453+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
1454+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , declarations : [ TestCmp ] } ) ;
1455+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule } ) ;
1456+ }
1457+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , decorators : [ {
1458+ type : NgModule ,
1459+ args : [ { declarations : [ TestCmp ] , schemas : [ NO_ERRORS_SCHEMA ] } ]
1460+ } ] } ) ;
14221461//# sourceMappingURL=ng_for_templated.js.map
14231462/****************************************************************************************************
14241463 * PARTIAL FILE: ng_for_templated.js.map
14251464 ****************************************************************************************************/
1426- { "version" :3 , "file" :"ng_for_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_for_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;;AAOxC ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAHN,wEAAwE;;sGAGzE,OAAO;kBALnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE,wEAAwE;oBAClF,UAAU,EAAE,KAAK;iBACpB" }
1465+ { "version" :3 , "file" :"ng_for_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_for_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAE,gBAAgB, EAAC,MAAM,eAAe,CAAC;;AAOpE ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAHN,wEAAwE;;sGAGzE,OAAO;kBALnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE,wEAAwE;oBAClF,UAAU,EAAE,KAAK;iBACpB;;AAMD,MAAM,OAAO,aAAa;kHAAb,aAAa;mHAAb,aAAa,iBALb,OAAO;mHAKP,aAAa;;sGAAb,aAAa;kBADzB,QAAQ;mBAAC,EAAC,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAC " }
14271466/****************************************************************************************************
14281467 * PARTIAL FILE: ng_for_templated.d.ts
14291468 ****************************************************************************************************/
14301469import * as i0 from "@angular/core" ;
14311470export declare class TestCmp {
1471+ items : any [ ] ;
14321472 static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmp , never > ;
14331473 static ɵcmp : i0 . ɵɵComponentDeclaration < TestCmp , "test-cmp" , never , { } , { } , never , never , false , never > ;
14341474}
1475+ export declare class TestCmpModule {
1476+ static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmpModule , never > ;
1477+ static ɵmod : i0 . ɵɵNgModuleDeclaration < TestCmpModule , [ typeof TestCmp ] , never , never > ;
1478+ static ɵinj : i0 . ɵɵInjectorDeclaration < TestCmpModule > ;
1479+ }
14351480
14361481/****************************************************************************************************
14371482 * PARTIAL FILE: ng_for_templated.js
14381483 ****************************************************************************************************/
1439- import { Component } from '@angular/core' ;
1484+ import { Component , NgModule , NO_ERRORS_SCHEMA } from '@angular/core' ;
14401485import * as i0 from "@angular/core" ;
14411486export class TestCmp {
14421487 static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
@@ -1450,19 +1495,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
14501495 standalone : false
14511496 } ]
14521497 } ] } ) ;
1498+ export class TestCmpModule {
1499+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
1500+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , declarations : [ TestCmp ] } ) ;
1501+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule } ) ;
1502+ }
1503+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmpModule , decorators : [ {
1504+ type : NgModule ,
1505+ args : [ { declarations : [ TestCmp ] , schemas : [ NO_ERRORS_SCHEMA ] } ]
1506+ } ] } ) ;
14531507//# sourceMappingURL=ng_for_templated.js.map
14541508/****************************************************************************************************
14551509 * PARTIAL FILE: ng_for_templated.js.map
14561510 ****************************************************************************************************/
1457- { "version" :3 , "file" :"ng_for_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_for_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;;AAOxC ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAHN,wEAAwE;;sGAGzE,OAAO;kBALnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE,wEAAwE;oBAClF,UAAU,EAAE,KAAK;iBACpB" }
1511+ { "version" :3 , "file" :"ng_for_templated.js" , "sourceRoot" :"" , "sources" :[ "../ng_for_templated.ts" ] , "names" :[ ] , "mappings" :"AAAA,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAE,gBAAgB, EAAC,MAAM,eAAe,CAAC;;AAOpE ,MAAM,OAAO,OAAO;kHAAP,OAAO;sGAAP,OAAO,qEAHN,wEAAwE;;sGAGzE,OAAO;kBALnB,SAAS;mBAAC;oBACP,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE,wEAAwE;oBAClF,UAAU,EAAE,KAAK;iBACpB;;AAMD,MAAM,OAAO,aAAa;kHAAb,aAAa;mHAAb,aAAa,iBALb,OAAO;mHAKP,aAAa;;sGAAb,aAAa;kBADzB,QAAQ;mBAAC,EAAC,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAC " }
14581512/****************************************************************************************************
14591513 * PARTIAL FILE: ng_for_templated.d.ts
14601514 ****************************************************************************************************/
14611515import * as i0 from "@angular/core" ;
14621516export declare class TestCmp {
1517+ items : any [ ] ;
14631518 static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmp , never > ;
14641519 static ɵcmp : i0 . ɵɵComponentDeclaration < TestCmp , "test-cmp" , never , { } , { } , never , never , false , never > ;
14651520}
1521+ export declare class TestCmpModule {
1522+ static ɵfac : i0 . ɵɵFactoryDeclaration < TestCmpModule , never > ;
1523+ static ɵmod : i0 . ɵɵNgModuleDeclaration < TestCmpModule , [ typeof TestCmp ] , never , never > ;
1524+ static ɵinj : i0 . ɵɵInjectorDeclaration < TestCmpModule > ;
1525+ }
14661526
14671527/****************************************************************************************************
14681528 * PARTIAL FILE: projection.js
0 commit comments