Skip to content

Commit 4571550

Browse files
committed
standalone is the default #11431
1 parent e0f4e7f commit 4571550

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ In your standalone component, import `NaturalGalleryComponent`:
2020
@Component({
2121
selector: 'app-root',
2222
template: '<natural-gallery [options]="{rowHeight: 400}"></natural-gallery>',
23-
standalone: true,
2423
imports: [NaturalGalleryComponent],
2524
})
2625
export class AppComponent {}

projects/angular-natural-gallery/src/lib/natural-gallery/natural-gallery.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {CustomEventDetailMap, ModelAttributes, Natural, NaturalGalleryOptions} f
44
/** @dynamic */
55
@Component({
66
selector: 'natural-gallery',
7-
standalone: true,
87
templateUrl: './natural-gallery.component.html',
98
})
109
export class NaturalGalleryComponent<T extends ModelAttributes = ModelAttributes> implements OnInit {

0 commit comments

Comments
 (0)