Angular kendisi de dahil olmak üzere font'ları index.html dosyasından ekliyor. Yeni proje oluşturduğunuzda font import'u ve material icon'ları için link tanımlamasını index.html'de görebilirsiniz.
Örnek routing tanımlaması
const routes: Routes = [
{ path: '', redirectTo: '/designer', pathMatch: 'full' },
{ path: 'login', component: LoginComponent },
{ path: 'dashboard', component: DashboardComponent },
{ path: 'designer', component: DesignerComponent },
{ path: 'logout', component: LogoutComponent }
];
Hiç yorum yok:
Yorum Gönder