Flawless 发表于 2025-3-26 23:36:13

http://reply.papertrans.cn/16/1576/157519/157519_31.png

注射器 发表于 2025-3-27 02:55:43

http://reply.papertrans.cn/16/1576/157519/157519_32.png

归功于 发表于 2025-3-27 08:06:06

Node,We need to get coding soon, but we’re going to need a project. To create a project, we’re going to need to use the CLI (Angular’s command line interface, covered in the next chapter). And the CLI needs Node to work. So, we need to discuss Node before we can start coding.

Cholagogue 发表于 2025-3-27 09:47:34

Introducing Components,An Angular component is similar to an AngularJS Controller. A component is basically markup, meta-data, and a class (containing data and code) that combined together create a UI widget. Components are the main tools we use to build an interactive UI with. All Angular applications have a root component, often called the application component.

沙发 发表于 2025-3-27 16:43:46

Introducing Modules,The word module refers to small units of independent, reusable code. A typical module is a cohesive block of code dedicated to a single purpose. A module exports something of value in that code, typically one thing, such as an object.

两栖动物 发表于 2025-3-27 17:56:03

http://reply.papertrans.cn/16/1576/157519/157519_36.png

协议 发表于 2025-3-27 23:56:47

http://reply.papertrans.cn/16/1576/157519/157519_37.png

整洁漂亮 发表于 2025-3-28 05:04:19

More Components,The purpose of this chapter is to enhance your knowledge of components further with more advanced topics.

abduction 发表于 2025-3-28 08:22:30

Dependency Injection,In software engineering, dependency injection is a software design pattern that implements inversion of control for resolving dependencies. A dependency is an object that can be used (a service). An injection is the passing of a dependency to a dependent object (a client) that would use it.

依法逮捕 发表于 2025-3-28 14:25:12

Angular and UI Widgets,Angular is the core of many new JavaScript apps. However, you need to couple Angular with a front-end UI framework, such as Bootstrap or Material Design. I cover Bootstrap first in this chapter because it’s currently the more common of the two, and then I talk about Material Design.
页: 1 2 3 [4] 5 6 7
查看完整版本: Titlebook: Angular 5 Projects; Learn to Build Singl Mark Clow Book 2018 Mark Clow 2018 Angular 4.JavaScript.TypeScript.SPA.React.ReactJS