mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(dependencies): use angular router and our custom router impl for now
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { Routes, RouterModule } from '@danbucholtz/ng-router';
|
||||
import { Routes, RouterModule } from '@angular/router';
|
||||
|
||||
import { ContentPageComponent } from './content-page.component';
|
||||
|
||||
|
Reference in New Issue
Block a user