Angular中的`providedIn: root`和`forRoot`模式
创始人
2024-10-31 12:00:37
0

在Angular中,providedIn: rootforRoot是两种提供服务的方式。

  1. providedIn: root方式: 这种方式是Angular 6及以上版本中推荐的方式,它会自动在根模块中提供该服务。只需要在服务的元数据中设置providedIn: root,不需要在任何模块中进行额外的配置。

示例代码如下:

// my.service.ts
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root',
})
export class MyService {
  // Service logic here
}
  1. forRoot模式: 这种方式适用于那些在应用程序的不同部分使用不同配置的服务。它可以在根模块中使用forRoot方法提供服务,并在其他模块中使用forChild方法导入服务。

示例代码如下:

// my.module.ts
import { NgModule, ModuleWithProviders } from '@angular/core';
import { MyService } from './my.service';

@NgModule({
  // Module declarations
})
export class MyModule {
  static forRoot(): ModuleWithProviders {
    return {
      ngModule: MyModule,
      providers: [MyService],
    };
  }
}
// app.module.ts
import { NgModule } from '@angular/core';
import { MyModule } from './my.module';

@NgModule({
  imports: [
    MyModule.forRoot(),
    // Other module imports
  ],
  // Other module declarations
})
export class AppModule {
}
// other.module.ts
import { NgModule } from '@angular/core';
import { MyModule } from './my.module';

@NgModule({
  imports: [
    MyModule.forChild(),
    // Other module imports
  ],
  // Other module declarations
})
export class OtherModule {
}

这样,MyService将在根模块中提供,并可以在其他模块中使用forChild导入。

相关内容

热门资讯

关于!微信微乐自建房辅助工具,... 关于!微信微乐自建房辅助工具,微乐家乡麻将自建房辅助app(开挂自建房)方法1)微乐家乡麻将自建房辅...
大家学习交流!微信卡五星辅助器... 大家学习交流!微信卡五星辅助器,微乐小程序免费黑科技(开挂自建房)方法1、很好的工具软件,可以解锁游...
三分钟了解!微乐微信自建房辅助... 三分钟了解!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、三分钟了解...
一分钟教会你!微乐家乡麻将自建... 一分钟教会你!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)方法1、用户打开应用...
分享实测!微信微乐自建房辅助工... 分享实测!微信微乐自建房辅助工具,微乐自建房脚本免费入口(开挂自建房)器1、起透看视 微信微乐自建房...
重大通报!微乐自建房辅助工具脚... 重大通报!微乐自建房辅助工具脚本,微乐小程序免费黑科技(开挂自建房)app微乐自建房辅助工具脚本破解...
如何分辨真伪!微乐微信自建房辅... 如何分辨真伪!微乐微信自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)技巧1、微乐微信自建房辅...
我来教教你!微乐自建房辅助工具... 我来教教你!微乐自建房辅助工具挂,微乐家乡麻将自建房辅助app(开挂自建房)工具1、玩家可以在微乐家...
重大来袭!微乐自建房辅助工具神... 重大来袭!微乐自建房辅助工具神器,微乐小程序免费黑科技(开挂自建房)器1、游戏颠覆性的策略玩法,独创...
带你了解!微信卡五星辅助器,微... 带你了解!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)方法1、带你了解!微信卡五星辅助器,...