前端学习(2325):angular之数据修改
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                前端学习(2325):angular之数据修改
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.                        
                                ?app.component.html
<div style="text-align:center"><h1>welcome to {{title}}</h1><div style="color:#f00000">我是歌謠</div><div>{{name}}</div> </div>?app.component.ts
import { Component } from '@angular/core';@Component({selector: 'app-root',templateUrl: './app.component.html',styleUrls: ['./app.component.css'] }) export class AppComponent {title = 'ngangular';name = 'zhansan';age = 16;names = ['zhan', 'san', 'li'];constructor() {this.title="歌謠";} }?app.routing,modules.ts?
import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router';const routes: Routes = [];@NgModule({imports: [RouterModule.forRoot(routes)],exports: [RouterModule] }) export class AppRoutingModule { }運(yùn)行結(jié)果
?
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的前端学习(2325):angular之数据修改的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: 初级商业数字营销师超级推荐
- 下一篇: python字体类型arial_pyth
