Ionic - Definindo rotas

Description

Define uma rota inicial para aplicação, na versão 4 do ionic
carlosevania dias
Note by carlosevania dias, updated more than 1 year ago
carlosevania dias
Created by carlosevania dias almost 4 years ago
0
0

Resource summary

Page 1

Na Versão 4.0 do Ionic o sistema de rotas se baseia em uma constante tipada do tipo Routes onde é um Array do tipo Json onde sao definidos as rotas e os módulos para que a aplicação possa trabalhar {     path: '',     redirectTo: 'login',     pathMatch: 'full'   }, A Propriedade redirectTo: é do tipo string e nela é imputada o nome da rota do tipo string   const routes: Routes = [   {     path: 'home',     loadChildren: () => import('./home/home.module').then( m => m.HomePageModule)   },   {     path: '',     redirectTo: 'login',     pathMatch: 'full'   },   {     path: 'login',     loadChildren: () => import('./login/login.module').then( m => m.LoginPageModule)   }, ];

Page 2

Show full summary Hide full summary

Similar

Vocabulário Inglês Básico
miminoma
Health and Social Care
NicoleCMB
AS Unit 2 Physics Flashcard Deck
Callum McClintock
Cognitive Psychology - Loftus and Palmer (1974)
Robyn Chamberlain
Types and Components of Computer Systems
Jess Peason
AS Psychology Unit 1 - Memory
Asterisked
Edexcel Additional Science Chemistry Topics 1+2
hchen8nrd
GCSE Chemistry C4 (OCR)
Usman Rauf
Cells and the Immune System
Eleanor H
exothermic and endothermic reactions
janey.efen
Core 1.12 Timbers blank test
T Andrews