
前端
文章平均质量分 74
张某人的胡思乱想
这个作者很懒,什么都没留下…
展开
-
angular19-官方教程学习
C:\Program Files\nodejs\ 目录改为 C:\nodejs\。卸载老的nodejs 20.10.0,安装最新的LTS版本。提示更新npm到最新版本,我就更新一下。已经是19.0.4最新版本了,完美。最新LTS版本已经是22.12.0。重新更新angular。查看angular版本。原创 2024-12-08 15:58:50 · 1217 阅读 · 0 评论 -
angular hero学习
打开 src/styles.css 并把下列代码添加到此文件中。双花括号语法是 Angular 的插值绑定语法。原创 2023-12-11 23:44:24 · 1444 阅读 · 1 评论 -
angular新版本未生成app.module.ts
查看目录,未生成app.module.ts。原创 2023-12-05 08:08:17 · 3947 阅读 · 4 评论 -
Angular-get started
https://angular.io/start#whats-nextGetting started with AngularWelcome to Angular!This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog(mulu), shopping cart, and check-out form.To h原创 2021-07-14 08:31:03 · 300 阅读 · 1 评论 -
Angular五大特点
https://angular.io/guide/what-is-angularAngular applicaitons: The essentialsThis section explain the core ideas behind Angular.Understanding these ideas can help you design and build your applicaitons more effectively.1.Components -- 组件Components are原创 2021-07-12 00:42:53 · 664 阅读 · 0 评论