Angular显示图片示例

Angular 显示图片 示例
首先,进行Angular环境的搭建和项目创建
ctrl + c 结束服务
1、新建模
ng g component components/home

如图:

2、将home模块添加到主页
app.component.html,页面代码如下,没有看错,只有一行

3、src/assets目录下新建目录:images

4、复制一张图片到images文件夹
5、home.component.ts中定义一个变量
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.co

Angular显示图片示例最先出现在Python成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/16302.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>