web 界面切换的方式

方式一:通过*ngIf

   

方式二:路由

    navigateTo(modulePath: string) {
        this.router.navigate(['home/' +modulePath]);  
    }

你可能感兴趣的:(Angular,web,angular,typescript)