We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fb50a commit 2c0ff38Copy full SHA for 2c0ff38
README.md
@@ -18,10 +18,10 @@ In your standalone component, import `NaturalGalleryComponent`:
18
19
```typescript
20
@Component({
21
- selector: 'app-root',
22
- template: '<natural-gallery></natural-gallery>',
23
- standalone: true,
24
- imports: [NaturalGalleryComponent],
+ selector: 'app-root',
+ template: '<natural-gallery></natural-gallery>',
+ standalone: true,
+ imports: [NaturalGalleryComponent],
25
})
26
export class AppComponent {}
27
```
0 commit comments