Angular2 Module: How can i import a service from another module

前端 未结 2 406
无人及你
无人及你 2020-12-17 08:53
import { NgModule } from \'@angular/core\';
import { CommonModule } from \'@angular/common\';
import { FormsModule } from \'         


        
2条回答
  •  悲&欢浪女
    2020-12-17 09:30

    This is kinda old post but for the sake of others, I find this article very comprehensive and fully answers this question. Hint: see Importing services section of that article.

提交回复
热议问题