bit-angular icon indicating copy to clipboard operation
bit-angular copied to clipboard

Angular support for bit harmony

Results 20 bit-angular issues
Sort by recently updated
recently updated
newest added

Steps followed: `bit new ng-workspace checkone -a teambit.angular/angular-v13` `bit create ng-module ui/autocomplete` `bit create ng-env angmatenv` ---------------------------------------- On running `bit compile` getting below error ![image](https://user-images.githubusercontent.com/17293029/151983813-49ee23a2-4c00-4ea4-8505-115487205056.png)

Getting below error on bit compile, ![image](https://user-images.githubusercontent.com/17293029/149570772-ce77bddd-1ea8-4fb2-b007-693c42f4ba33.png)

When writing the simplest compositions, multiple warnings appear on the bit start console ![image](https://user-images.githubusercontent.com/22292278/144296535-1a1d04e8-7ccd-41a6-9c3d-821288d7d48c.png) But the browser console is clear from errors or warnnings: ![image](https://user-images.githubusercontent.com/22292278/144296602-f8731225-52bb-49af-b217-bf3fb6ffc763.png)

Angular v8 was broken in a new project but working in existing tests. We need to add tests that use the angular env from the capsule to check that it...

feature

Leverage Angular CLI commands through bit (things like `generate`, `extract`, ...)

feature

For options that are specific to one component, we shouldn't require a new custom env (custom env make sense when they are used for multiple components). Custom env are linked...

feature

We should be able to simplify the configuration in workspace.jsonc: - look into existing envs for templates (remove the need to add a config for templates) - use latest version...

feature

Use an OSS tool to generate API documentation to integrate into the preview, maybe something like [Compodoc](https://compodoc.github.io)

feature