博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
angular ng-content
阅读量:5200 次
发布时间:2019-06-13

本文共 413 字,大约阅读时间需要 1 分钟。

child works!

父组件投影

 

child works!

页头
import { Component } from '@angular/core';@Component({  selector: 'app-root',  templateUrl: './app.component.html',  styleUrls: ['./app.component.css']})export class AppComponent {  title = 'app';  div1 = '
aaa
';}

 

转载于:https://www.cnblogs.com/chenyishi/p/8941697.html

你可能感兴趣的文章
修改TCP连接数
查看>>
Sql Server 查询连接数
查看>>
VS2017安装ReSharper
查看>>
查询某日期区间的数据
查看>>
无法将类型为“Microsoft.Office.Interop.Word.ApplicationClass”的 COM 对象强制转换为接口类型...
查看>>
axure rp pro 9.0授权密钥
查看>>
Authentication method 'caching_sha2_password' not supported by any of the available plugins.
查看>>
T4调试方法
查看>>
JS数字金额转为大写金额
查看>>
C# ?? 的作用
查看>>
C# 平方、开方、保留小数 运算
查看>>
T4模板循环生成插入语句
查看>>
(string)与ToString()的区别
查看>>
DataTable增加一列
查看>>
C# 获取两个DataTable 的交集、并集、差集
查看>>
BS调用本地应用程序的步骤
查看>>
查看已安装的 .net core sdk版本
查看>>
VS2019 高级保存
查看>>
数据库表字段命名规范
查看>>
IdentityServer4 DiscoveryClient找不到
查看>>