Skip to content

Commit 42b9d07

Browse files
committed
1 parent e2a1f98 commit 42b9d07

File tree

1 file changed

+3
-0
lines changed
  • packages/atomic-angular/projects/atomic-angular/src/lib/stencil-generated

1 file changed

+3
-0
lines changed

packages/atomic-angular/projects/atomic-angular/src/lib/stencil-generated/components.ts

+3
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,7 @@ export class AtomicCommerceInterface {
30233023
constructor(c: ChangeDetectorRef, el: ElementRef, protected z: NgZone) {
30243024
c.detach();
30253025
this.el = el.nativeElement;
3026+
30263027
}
30273028
}
30283029

@@ -3048,6 +3049,7 @@ export class AtomicComponentError {
30483049
constructor(c: ChangeDetectorRef, el: ElementRef, protected z: NgZone) {
30493050
c.detach();
30503051
this.el = el.nativeElement;
3052+
30513053
}
30523054
}
30533055

@@ -3073,6 +3075,7 @@ export class AtomicIcon {
30733075
constructor(c: ChangeDetectorRef, el: ElementRef, protected z: NgZone) {
30743076
c.detach();
30753077
this.el = el.nativeElement;
3078+
30763079
}
30773080
}
30783081

0 commit comments

Comments
 (0)