文件名称:ngx-miniprofiler-overlay:用于Angular的MiniProfiler覆盖
文件大小:389KB
文件格式:ZIP
更新时间:2024-04-18 00:48:00
TypeScript
ngx-miniprofiler-overlay 用于Angular的叠加层具有高度可定制性。 演示版 设置 角度的 在输入组件中或要呈现结果的位置包括ngx-miniprofiler-overlay组件。 < ngx> < / ngx-miniprofiler-overlay > 将NgxMiniprofilerOverlayModule添加到模块导入中,并在提供程序中添加HTTP_INTERCEPTORS提供程序NgxMiniprofilerOverlayInterceptor 。 @ NgModule ( { imports : [ NgxMiniprofilerOverlayModule ] , providers : [ { provide : HTTP_INTERCEPTORS , useClass