摘要: app.module.ts HttpClientInMemoryWebApiModule.forRoot(InMemoryDataService, { dataEncapsulation: false }) in-memory-data.service.ts import { Injectable 阅读全文
posted @ 2022-08-23 14:23 哇塞咔咔 阅读(17) 评论(0) 推荐(0)
摘要: app.component.ts import { Component, ElementRef, OnInit, Renderer2 } from '@angular/core'; import { NavigationEnd, NavigationError, RouteConfigLoadSta 阅读全文
posted @ 2022-08-23 14:11 哇塞咔咔 阅读(120) 评论(0) 推荐(0)