Patrick Minogue
Patrick Minogue
This affects MaterialPopupComponent - possibly other AngularComponents depending on it also (such as DropdownSelectComponent) I've tried explicitly setting the `visible` flag to false when `onDeactivate()` is called on the parent...
`dependencies: kittens: git: git://github.com/munificent/kittens.git` shouldn't it be; `dependencies: kittens: git: git://github.com/munificent/kittens`
@insinfo Are you getting a console error that says `Uncaught SyntaxError: Unexpected token
Could it be that the home-component just isn't avaiable at page load? For example if you wrap it in an *ngIf="some future bool"?
Would you mind sharing the contents of app_component.html?
This just started happening to us seemingly out of nowhere (using firebase functions)
In the meanwhile what is the proper command to convert json -> arb? I've tried `arb-converter to-arb --from-hierarchical-json .\en_GB\translations.json .\output.arb` but no file is added (console output is empty)