evs-lab
v1.0.0
Published
1) Go to your application folder into src folder : cd myApp/src
Readme
EVS APP-LAB
Go to your application folder into src folder : cd myApp/src
git clone [email protected]:en-voiture-simone/app-lab.git
Edit app.router.ts and add : import { LabRoutes } from '../app-lab/lab.router'; export const routes: Routes = [...YourAppRoutes, ...LabRoutes, ...NotFoundRoutes]; // 404 ROUTES added at the end ! Always !
ionic serve your application
