Martin Hochel
Martin Hochel
## Current Behaviour user cannot use different static configurations per environment, thus is forced to author `beachbal.config.js` and use environment variables, because beachball relies on cosmiconfig behaviour. This leads to...
> Update: issue and expeted behaviou has been updated after sync with @layershifter **Current Behaviour** Currently beachball has hardcoded behavior regarding how it publishes. It can only publish assets that...
### Current behaviour We use fine grained glob list of `ignorePatterns` to provide less distracted experience to contributors - only to require change files when they are really needed. Example:...
See for detail #188
we need to call time to time `@scope.$applyAsync` when using RxJS 5 and Angular 1 + ngMetadata. If we could integrate `zone.js` it would done that for us. Once user...
- app logic migration is number 1 priority, what about testing? currently we provide `renderFactory` which leverages angular 1 testing patterns. We need to do better and support https://angular.io/docs/ts/latest/api/#!?apiFilter=core%2Ftesting
It would be nice to follow best practices from js and ts programming paradigm, which could be enforced by providing tslint. also united formatting and automatically handling all in pre...
Currently there is no way how to pass to CLI file with banner ( banners tends to be longer than one line comment ) **Current solution:** ```sh json2ts -i events.json...
currently it's not possible to properly import this plugin via commonjs within .js file when `checkJs:true` because generated type definitions provide wrong ambient export instead of  we should get...