摘要:
create a new directory “mytasklist” set up node.js server npm init (entry point =>server.js) open package.json npm install express body-parser ejs mon 阅读全文
摘要:
Install Node.js Install Angular CLI sudo npm install -g @angular/cli Install Node.js Install Angular CLI Set-up new app ng new my-first-app Run Server 阅读全文
摘要:
component is a kind of a directive normally we use attribute selector *ngIf="data" @Component({ selector: 'ng-if-else', template: ` <button (click)="s 阅读全文
摘要:
How to create a new component manually How to create a new component manually How to create a component from CLI ng generate component name or ng g c 阅读全文
摘要:
pulling down the repo file from github server check git current status add a file commit show all of the commits over time list all branches create a 阅读全文
摘要:
希望通过《How linux works》这本书,以及Arch linux这个系统,让我对Linux更加熟悉。 这篇文章将会记录《How linux works》的读书笔记 chapter 1: The Basics 基础命令: ls(列出当前目录下的文件) ls -lh(详细参数+可读文件大小) 阅读全文