April 2018
Intermediate to advanced
390 pages
8h 46m
English
Here are the instructions:
$ ionic start Navigation blank $ cd Navigation
import { BrowserModule } from '@angular/platform-browser';import { ErrorHandler, NgModule } from '@angular/core';import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';import { SplashScreen } from '@ionic-native/splash-screen';import { StatusBar } from '@ionic-native/status-bar';import { MyApp } from './app.component';import { HomePage } from '../pages/home/home';import { OtherPage } from '../pages/otherPage/otherPage';@NgModule({ declarations: [ MyApp, HomePage, OtherPage ], imports: ...