Sasha Kalmikov
Sasha Kalmikov
Just figured out that you could generate libraries with namespace. For example: `ng g library @namespace/xxx` `ng g library @namespace/yyy` Will generate two libraries with following structure  `@` (at...
@stale 
Same issue. VSCode + Bibucket. Need to type password twice 1. Bitbucket pop-up  2. VSCode  ---- EDIT: I think it was **SourceTree**. I removed it - and issue...
> I think we should not treat it differently since it can be used with normal parameter simultaneously Good point.
you can also add line to `externals` in `webpack.config.js`: ``` externals: { 'react-native-sqlite-storage': 'react-native-sqlite-storage' } ```
No, default one. https://typeorm.io/#/caching
@jwren yes, all directories in lib. Only directories. Renaming files will change imports. Here for example I change `helper` to `helpers`: Screenshots   Same will happen for `core` or...