深入了解angular中的@Component装饰器

Component是Directive的子类,它是一个装饰器,用于把某个类标记为Angular组件。下面本篇文章就来带大家深入了解angular中的@Component装饰器,希望对大家有所帮助。

一、 @Component 装饰器

1.1 @Component 装饰器的用途

声明一个组件时,在组件类的之上要用@Component装饰器来告知Angular这是一个组件。【相关教程推荐:《angular教程》】

import { Component, OnInit } from '@angular/core';  @Component({   selector: 'app-product-alerts',   templateUrl: './product-alerts.component.html',   styleUrls: ['./product-alerts.component.css'] }) export class ProductAlertsComponent implements OnInit {    constructor() { }    ngOnInit() {   }  }

商匡云商
Logo
注册新帐户
对比商品
  • 合计 (0)
对比
0
购物车