摘要:
一、 基础类型和声明: number; string,boolean; //let 修饰变量。 [:] 冒号限定类型; let a : number; let b : string; let c: string[]; let d: boolean; let e = 'e'; 直接赋值,自动转换类型; 阅读全文
摘要:
https://stackoverflow.com/questions/45974764/operator-cannot-be-applied-to-types-boolean-and-number Im using this block in my html template : <div *ng 阅读全文