Angular 面接の質問と回答
関連する比較
| Jquery vs AngularJS | AngularJS vs NodeJS | AngularJS vs Angular |
| Observable | Promise |
|---|---|
| Declarative: Computation does not start until subscription so that they can be run whenever you need the result | Execute immediately on creation |
| Provide multiple values over time | Provide only one |
| Subscribe method is used for error handling which makes centralized and predictable error handling | Push errors to the child promises |
| Provides chaining and subscription to handle complex applications | Uses only .then() clause |
ユーザー評価で最も役立つ内容: