情報整理用として活用中


Angularでプログラミング


https://github.com/ng-japan/hands-on/blob/master/courses/tutorial/ch-1/README.mdを参考に、
ng new hello-angular
ng serve
http://localhost:4200
を実施。


tutorialに従い、/src/app/app.component.tsのtitleをAngularに変更し、再度ng serveを実行すると、再コンパイルするようで、http://localhost:4200で確認すると、確かにタイトルが「Welcome to Angular!」変更されて驚いた。

●次に、AngularのHPにあるチュートリアルプログラム(Tour of Heroes)も試してみる
これも参考になる。
https://dev.classmethod.jp/server-side/angular2-lambda-scala/

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

PAGE TOP