jasonburrows
jasonburrows
if I have a file `build/imports/account/account.component.ts` and it references its templates like this: ``` @Component({ moduleId: module.id, selector: 'account', templateUrl: 'account.component.html', styleUrls:['account.component.css'] }) ``` It gives the error: `Error: ENOENT:...
It seems that the context menus (among other things) are not available when using Angular v4 CLI. Does anyone have context menu support working in Angular v4 CLI? I believe...
## Issue Creation Checklist - [X ] I understand that my issue will be automatically closed if I don't fill in the requested information - [ X] I have read...
Here's a minimal reproduction: ``` import { allCountries } from 'country-region-data'; test.only('countries should be defined', async () => { expect(allCountries).toBeDefined(); }); ``` Result: ``` expect(received).toBeDefined() Received: undefined ``` Note that...