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成神之路。
共有 0 条评论