@@ -15,7 +15,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
1515 selector : 'host-binding-comp' ,
1616 template : `
1717 <my-forward-directive></my-forward-directive>
18- `
18+ ` ,
19+ standalone : false
1920 } ]
2021 } ] } ) ;
2122class MyForwardDirective {
@@ -24,7 +25,10 @@ MyForwardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versi
2425MyForwardDirective . ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : MyForwardDirective , selector : "my-forward-directive" , ngImport : i0 } ) ;
2526i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyForwardDirective , decorators : [ {
2627 type : Directive ,
27- args : [ { selector : 'my-forward-directive' } ]
28+ args : [ {
29+ selector : 'my-forward-directive' ,
30+ standalone : false
31+ } ]
2832 } ] } ) ;
2933export class MyModule {
3034}
@@ -67,7 +71,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
6771 selector : 'host-binding-comp' ,
6872 template : `
6973 <div [attr.style]="{} | my_forward_pipe">...</div>
70- `
74+ ` ,
75+ standalone : false
7176 } ]
7277 } ] } ) ;
7378class MyForwardPipe {
@@ -77,7 +82,10 @@ MyForwardPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
7782MyForwardPipe . ɵpipe = i0 . ɵɵngDeclarePipe ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyForwardPipe , name : "my_forward_pipe" } ) ;
7883i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyForwardPipe , decorators : [ {
7984 type : Pipe ,
80- args : [ { name : 'my_forward_pipe' } ]
85+ args : [ {
86+ name : 'my_forward_pipe' ,
87+ standalone : false
88+ } ]
8189 } ] } ) ;
8290export class MyModule {
8391}
@@ -114,7 +122,10 @@ SomeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
114122SomeDirective . ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : SomeDirective , selector : "[some-directive]" , exportAs : [ "someDir" , "otherDir" ] , ngImport : i0 } ) ;
115123i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : SomeDirective , decorators : [ {
116124 type : Directive ,
117- args : [ { selector : '[some-directive]' , exportAs : 'someDir, otherDir' } ]
125+ args : [ {
126+ selector : '[some-directive]' , exportAs : 'someDir, otherDir' ,
127+ standalone : false
128+ } ]
118129 } ] } ) ;
119130export class MyModule {
120131}
@@ -173,7 +184,10 @@ SomeComp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0
173184SomeComp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : SomeComp , selector : "some-comp" , inputs : { prop : "prop" , otherProp : "otherProp" } , ngImport : i0 , template : '' , isInline : true } ) ;
174185i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : SomeComp , decorators : [ {
175186 type : Component ,
176- args : [ { selector : 'some-comp' , template : '' } ]
187+ args : [ {
188+ selector : 'some-comp' , template : '' ,
189+ standalone : false
190+ } ]
177191 } ] , propDecorators : { prop : [ {
178192 type : Input
179193 } ] , otherProp : [ {
@@ -185,7 +199,10 @@ MyApp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0-PL
185199MyApp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : MyApp , selector : "ng-component" , ngImport : i0 , template : '<some-comp [prop]="{}" [otherProp]="{a: 1, b: 2}"></some-comp>' , isInline : true , dependencies : [ { kind : "component" , type : SomeComp , selector : "some-comp" , inputs : [ "prop" , "otherProp" ] } ] } ) ;
186200i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyApp , decorators : [ {
187201 type : Component ,
188- args : [ { template : '<some-comp [prop]="{}" [otherProp]="{a: 1, b: 2}"></some-comp>' } ]
202+ args : [ {
203+ template : '<some-comp [prop]="{}" [otherProp]="{a: 1, b: 2}"></some-comp>' ,
204+ standalone : false
205+ } ]
189206 } ] } ) ;
190207export class MyMod {
191208}
@@ -228,7 +245,10 @@ SomeComp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0
228245SomeComp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : SomeComp , selector : "some-comp" , inputs : { prop : "prop" , otherProp : "otherProp" } , ngImport : i0 , template : '' , isInline : true } ) ;
229246i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : SomeComp , decorators : [ {
230247 type : Component ,
231- args : [ { selector : 'some-comp' , template : '' } ]
248+ args : [ {
249+ selector : 'some-comp' , template : '' ,
250+ standalone : false
251+ } ]
232252 } ] , propDecorators : { prop : [ {
233253 type : Input
234254 } ] , otherProp : [ {
@@ -240,7 +260,10 @@ MyApp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0-PL
240260MyApp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : MyApp , selector : "ng-component" , ngImport : i0 , template : '<some-comp [prop]="[]" [otherProp]="[0, 1, 2]"></some-comp>' , isInline : true , dependencies : [ { kind : "component" , type : SomeComp , selector : "some-comp" , inputs : [ "prop" , "otherProp" ] } ] } ) ;
241261i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyApp , decorators : [ {
242262 type : Component ,
243- args : [ { template : '<some-comp [prop]="[]" [otherProp]="[0, 1, 2]"></some-comp>' } ]
263+ args : [ {
264+ template : '<some-comp [prop]="[]" [otherProp]="[0, 1, 2]"></some-comp>' ,
265+ standalone : false
266+ } ]
244267 } ] } ) ;
245268export class MyMod {
246269}
@@ -290,7 +313,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
290313 template : `
291314 <div [dir]="{foo: null}"></div>
292315 <div [dir]="{foo: {}}"></div>
293- `
316+ ` ,
317+ standalone : false
294318 } ]
295319 } ] } ) ;
296320export class MyModule {
@@ -335,7 +359,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
335359 template : `
336360 <div [dir]="{foo: null}"></div>
337361 <div [dir]="{foo: []}"></div>
338- `
362+ ` ,
363+ standalone : false
339364 } ]
340365 } ] } ) ;
341366export class MyModule {
@@ -383,7 +408,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
383408 template : `
384409 <div [dir]="{foo: null}"></div>
385410 <div [dir]="{foo: getFoo()}"></div>
386- `
411+ ` ,
412+ standalone : false
387413 } ]
388414 } ] } ) ;
389415export class MyModule {
@@ -466,7 +492,10 @@ MyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.
466492MyComponent . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : MyComponent , selector : "my-app" , ngImport : i0 , template : '<ng-template [id]=""></ng-template>' , isInline : true } ) ;
467493i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : MyComponent , decorators : [ {
468494 type : Component ,
469- args : [ { selector : 'my-app' , template : '<ng-template [id]=""></ng-template>' } ]
495+ args : [ {
496+ selector : 'my-app' , template : '<ng-template [id]=""></ng-template>' ,
497+ standalone : false
498+ } ]
470499 } ] } ) ;
471500export class MyModule {
472501}
@@ -504,7 +533,10 @@ TestCmp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0-
504533TestCmp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : TestCmp , selector : "test-cmp" , ngImport : i0 , template : "<div *ngIf=\"show\">Hello</div>" , isInline : true } ) ;
505534i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , decorators : [ {
506535 type : Component ,
507- args : [ { selector : 'test-cmp' , template : myTemplate } ]
536+ args : [ {
537+ selector : 'test-cmp' , template : myTemplate ,
538+ standalone : false
539+ } ]
508540 } ] } ) ;
509541
510542/****************************************************************************************************
@@ -529,7 +561,10 @@ TestCmp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0-
529561TestCmp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : TestCmp , selector : "test-cmp" , ngImport : i0 , template : "<div *ngIf=\"show\">Hello!</div>" , isInline : true } ) ;
530562i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , decorators : [ {
531563 type : Component ,
532- args : [ { selector : 'test-cmp' , template : myTemplate } ]
564+ args : [ {
565+ selector : 'test-cmp' , template : myTemplate ,
566+ standalone : false
567+ } ]
533568 } ] } ) ;
534569
535570/****************************************************************************************************
@@ -554,7 +589,10 @@ TestCmp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0-
554589TestCmp . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "0.0.0-PLACEHOLDER" , type : TestCmp , selector : "test-cmp" , ngImport : i0 , template : "<div *ngIf=\"show\">Hello!</div>" , isInline : true } ) ;
555590i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "0.0.0-PLACEHOLDER" , ngImport : i0 , type : TestCmp , decorators : [ {
556591 type : Component ,
557- args : [ { selector : 'test-cmp' , template : myTemplate } ]
592+ args : [ {
593+ selector : 'test-cmp' , template : myTemplate ,
594+ standalone : false
595+ } ]
558596 } ] } ) ;
559597
560598/****************************************************************************************************
@@ -588,6 +626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDE
588626 template : `
589627 <lib-dir></lib-dir>
590628 ` ,
629+ standalone : false
591630 } ]
592631 } ] } ) ;
593632export class TestModule {
0 commit comments