One of best Angular video @youtube Thanks +vojta jina
@durycek10 жыл бұрын
Veľmi zaujímavé. Díky
@FrancisNortonLondon10 жыл бұрын
Really appreciate the thought that went into the explaining design pattern and rationale in the first part as much as the project itself. Any chance of this making it into a future version of Angular.js 1.x?
@Xxp0r11 жыл бұрын
Looks amazing! Can't wait for ES6 Syntax and this framework!
@JohanSteenkampNZ11 жыл бұрын
Nice moving to ES6 / standards with classes, modules, injection. Cool visualizer with nice DevTools / console integration.
@jdwspe10 жыл бұрын
Frameworks in other languages that use Constructor injection fall flat when circular dependencies are encountered (a common anti-pattern that increases in likeliness as the chain of dependencies increases). Instead of designing around this use case, defining dependencies for injection at the property level should be favored over Constructor injection. Implicit getters/setters can then be used to process those dependencies as they become available.
@Baltasarmk10 жыл бұрын
Is this be lack of abstraction level if your modules have circular dependencies?
@jaebinyo11 жыл бұрын
very informative. thank you!
@xpdseth11 жыл бұрын
It can get even better if we dont have to define first where we get the file from then what class we use. Take a look at psr-0 and psr-4. You say you use stuff and these stuff follow the standart then you dont have to specify how to get the actual file.
@ryanjackson0x10 жыл бұрын
Does anyone have a link to that diagram tool he was using?
@martinjezekcz10 жыл бұрын
Well done!
@nelsonking8 жыл бұрын
This guy is definitely Central European ... Czech Republic probably.
@vojtajina11 жыл бұрын
Links to all the stuff, including the v2 repo goo.gl/OY3IR4
@RN-ip8ic5 ай бұрын
hi, with so much changed in the JS world, with over 2.348 million weekly downloads, can there be a simple document to get started with di for ES6 and above? `how-can-i-use-it.md` seems a bit cumbersome for someone new to JS.