UNPKG

@nebular/theme

Version:
10 lines (9 loc) 571 B
"use strict"; /* * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.appRoutingModuleContent = void 0; exports.appRoutingModuleContent = "import { NgModule } from '@angular/core';\n\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forRoot(routes)],\n exports: [RouterModule],\n})\nexport class AppRoutingModule { }\n";