Skip to content

Commit ac22c4e

Browse files
committed
Re-order imports
1 parent 4571550 commit ac22c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Component, ElementRef, Input, OnInit, viewChild, output, input} from '@angular/core';
1+
import {Component, ElementRef, Input, input, OnInit, output, viewChild} from '@angular/core';
22
import {CustomEventDetailMap, ModelAttributes, Natural, NaturalGalleryOptions} from '@ecodev/natural-gallery-js';
33

44
/** @dynamic */

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Component, viewChild} from '@angular/core';
22
import {NaturalGalleryComponent} from '@ecodev/angular-natural-gallery';
3-
import {ModelAttributes, NaturalGalleryOptions, LabelVisibility} from '@ecodev/natural-gallery-js';
3+
import {LabelVisibility, ModelAttributes, NaturalGalleryOptions} from '@ecodev/natural-gallery-js';
44

55
type Model = ModelAttributes & {thumbnailWidth: number; thumbnailHeight: number};
66
type Image = {

0 commit comments

Comments
 (0)