Stephen Belovarich

Results 29 comments of Stephen Belovarich

Running into this problem in a "from scratch" app too, no react. Adding legacy `reference` is not ideal, but works when I add @fnky solution and remove `bun-types` from the...

Can this please be added soon? AOM is now in WebKit nightly builds.

@vknabel The package spec is there to ensure a contract between library developers and Angular. I couldn't import into my app as-is because it doesnt conform to the Package Spec,...

This is primary because your tsconfig is incorrectly formatted. You should be using something like this: ES2015 ``` { "compilerOptions": { "target": "es2015", "module": "es2015", "declaration": true, "stripInternal": true, "emitDecoratorMetadata":...

Using the package spec is only one step to make this compatible with CC, but it is a huge step. Other things that need to happen: `import * as marked...

Integration with nrwl/nx is very welcome if it is possible. Do you want to help create the plugin @matthewharwood or investigate level of effort?

In 2.0.0 I purposefully made the ngr.config.js share the same schema as angular.json. I honestly wish I could have just extended the angular.json to provide another production build. Debugging is...

Whoops. Reopening because I mistakingly closed this issue.

@matthewharwood The ROADMAP has changed after evaluating the latest Builders API, angular-rollup 3.0.0 will be an extension of Angular CLI. I was holding out for the Builders API to be...