Skip to content

Commit

Permalink
fix: Added registerElement import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemc23 authored Dec 6, 2023
1 parent 122ff41 commit 6eccc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-snippets/ng/install.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NO_ERRORS_SCHEMA, NgModule } from '@angular/core';
import { NativeScriptCommonModule, NativeScriptModule } from '@nativescript/angular';
import { NativeScriptCommonModule, NativeScriptModule, registerElement } from '@nativescript/angular';

import { PagerModule } from '@nativescript-community/ui-pager/angular';
import { PagerIndicator } from "@nativescript-community/ui-pager-indicator";
Expand Down

0 comments on commit 6eccc1a

Please sign in to comment.