首页 > TAG信息列表 > angular-components

javascript-如何添加外部CSS文件-styleUrls-Angular 5组件

我在另一个父应用程序的子目录中有一个Angular 5应用程序. 父应用程序是一组JSP,以及其他angularJs应用程序…等等. 我想做的是将一个CSS文件(从此父应用程序添加到Angular 5应用程序的组件中). @Component({ selector: 'app-my-form', templateUrl: './my-form.component.htm

javascript – Angular 2将数据从组件发送到服务

我的目标是将数据从Angular组件发送到服务并使用服务方法来处理它.例: export class SomeComponent { public data: Array<any> = MyData; public constructor(private myService: MyService) { this.myService.data = this.data; } } 和服务: @Injectable() ex

javascript – 处理Angular 5组件中的模型更改(双向绑定)

我目前正在开发一个角度5应用程序.我尝试在视图的输入中更改组件的成员变量,并在更改后使用组件中的变量. 我的结构如下: 文件夹:my-test > my-test.component.html > my-test.component.css> my-test.component.ts 1)my-test.component.html: <input [(ngModel)]="hello" /> 2)my-t

javascript – Angular的`@ Host`装饰器没有达到顶峰?

在我的主要应用程序中,我宣布了一个全球提供商: providers: [{provide: Dependency, useValue: createDependency('AppModule provider')}] (其中createDependency只是一个返回具有getName()方法的类的函数.) 我也有一个组件: <my-app-component-3>Hello from 3</my-app-compo