nativescript-login
Version:
An npm package for npzilla features
26 lines (22 loc) • 561 B
text/typescript
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
import { AppRoutingModule } from "./app.routing";
import { LoginAppComponent } from "./app.component";
export class AppModule { }