Mark Degani

Results 19 issues of Mark Degani

What is a "light mock"? I like the term, but it's not something I've seen other than here: https://angular-2-training-book.rangle.io/handout/testing/services/alt-http-mocking.html. Is there are a better way to describe a mock that...

discussion

Let's note that VS Code is not the same as, or a subset of, VS Professional. We should encourage people to give it a shot, even if they use VS...

“Described earlier” => “As described earlier”

small

“Component class” instead of just “class”.

small

Element name => Element’s name

small

Call attention to the commend in the code on the slide. Dev tools module must appear after store module.

Presenter’s notes: note that this is where we show students the dev tools and time travel. Must be shown to be understood.

small

Explain what Effects is after learning redux: reducers are synchronous with pure functions (no side effcts), so how do we make HTTP requests or get user input? Naive solution of...

large