Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 77a1445

Browse files
author
Jeff Sanchez
committed
more tweaks
1 parent bf2cdd8 commit 77a1445

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Angular 2 Interview Questions... And Answers!
1+
# 90+ Angular 2+ Interview Questions And Answers
22

33
This is a collection of Angular 2 interview questions I've found online, along with (hopefully) correct answers for most of them. Feel free to contribute / send corrections.
44

5-
Note: "PA" === Possible Answer (one of many valid ones), and "A" === Answer.
5+
Note: "PA" = Possible Answer (one of many valid ones), and "A" = Answer (when there's clearly just one right answer).
66

77
## Template Syntax Questions
88

@@ -212,6 +212,10 @@ A: When its related route is first requested.
212212

213213
A: You would implement CanActivate or CanDeactivate and specify that guard class in the route path you’re guarding.
214214

215+
**What are some different types of RouteGuards?**
216+
217+
A: CanActivate, CanDeactivate, CanLoad, Resolve, etc.
218+
215219
**How would you intercept 404 errors in Angular 2?**
216220

217221
A: Can provide a final wildcard path like so: { path: ‘**’, component: PageNotFoundComponent }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /