摘要:
child works! 父组件投影 child works! 页头 页脚 import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleU...
阅读全文
posted @ 2018-04-25 11:27
chester·chen
阅读(250)
推荐(0)
编辑
摘要:
import { Component, OnInit, ViewChild } from '@angular/core'; @Component({ selector: 'app-child', templateUrl: './child.component.html', styleUrls: ['./child.component.css'] }) export class Ch...
阅读全文
posted @ 2018-04-25 11:10
chester·chen
阅读(213)
推荐(0)
编辑