Skip to content

Commit

Permalink
fix(angular): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 9, 2020
1 parent 2eebb99 commit 419d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/nativescript-image.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { registerElement } from '@nativescript/angular/element-registry';
import { registerElement } from '@nativescript/angular';

import { ImgDirective, NSIMG_DIRECTIVES } from './@nativescript-community/ui-image-directives';
import { Img } from '@nativescript-community/ui-image';
Expand Down

0 comments on commit 419d681

Please sign in to comment.