Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

pathmatch angular

      
        content_copy
      
      [{
  path: '',
  pathMatch: 'full',
  redirectTo: 'main'
}, {
  path: 'main',
  component: Main
}]
    
Source by angular.io #
 
PREVIOUS NEXT
Tagged: #pathmatch #angular
ADD COMMENT
Topic
Name
1+2 =