Kirill Cherkashin

Results 61 comments of Kirill Cherkashin

@DanWahlin I actually was able to do exactly that (monaco is actually pretty smart and follows the deps chain, it's just they have to be provided with some specific prefix)....

https://github.com/kirjs/ng2-codelab/blob/master/src/app/app-routing.module.ts

Things to investigate besides what's in the slides: * interactive examples/Demos (code + result) * Displaying expected app result in a browser frame (kind of like in the pic below)...

We're currently don't have enough cute cats, need someone to find more and add them here: https://github.com/kirjs/ng2-codelab/blob/d79a9e87252a11fd97fb627bc2ace086ca31bec5/src/exercises/shared/Api.ts

The primary reason is for the upcoming course I need it as light as possible with minimum external dependencies, ideally offline. Also for this particular course people had a very...

Hey, Liron, I think it you have a `` used somewhere in the template, angular would display an error saying it can't find it. However with `CUSTOM_ELEMENTS_SCHEMA`, my understanding is...

@LironHazan This is good to merge, the demo seems to be working (you can check it out here: https://codelab.fun/30/new/30-seconds-of-angular/nycJSorg/189) The only thing left - it would be awesome to simpilfy...