commangular icon indicating copy to clipboard operation
commangular copied to clipboard

Command framework for AngularJS

Results 4 commangular issues
Sort by recently updated
recently updated
newest added

Hello, just wondering whether this is somewhere in the pipeline of things to add for the library? TypeScript support is really the way to go in my humble opinion since...

I need to make something like that: - Define an event map; $commangularProvider.mapTo('Event').asSequencial() - Add commands dynamically from an another service or controller; $commangular.map('Event').add('Command') Can i do something like that...

Currently if you want to use a parameter in the command passed into the event you have to inject it and it cannot be undefined. We would like to have...

Hello, our angular application loads modules dynamically on demand using ocLazyLoad library. First module is loaded on index.html render dynamically. Then that module loads another module on button click. Module...