bit-angular
bit-angular copied to clipboard
Angular support for bit harmony
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 
Getting below error on bit compile, 
When writing the simplest compositions, multiple warnings appear on the bit start console  But the browser console is clear from errors or warnnings: 
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...
Leverage Angular CLI commands through bit (things like `generate`, `extract`, ...)
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...
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...
Use an OSS tool to generate API documentation to integrate into the preview, maybe something like [Compodoc](https://compodoc.github.io)