bit-angular
bit-angular copied to clipboard
Angular support for bit harmony
You can use the `bit show teambit.angular/angular-v12 --remote` command syntax to get the latest version of any aspect (also - `bit list teambit.angular --remote` to see versions for all aspects...
 I can generate the angular env but when I create a component and execute bit start in the preview I get infinite calls  I am creating a cross...
Environment: - Ubuntu 22.04 - VSCode - Bit version 0.0.846  Error:  Steps: 1. `bit capsule delete --all` 2. removed `node_modules` 3. `bit install` 4. `bit compile` 5. `bit...
Environment: - Ubuntu 22.04 - Bit version 0.0.833 (latest) Tried on several angular versions: - `[email protected]` - `[email protected]` `bit status` result:  when i do `bit tag` i get this...
I followed thru how I can set up an angular environment from your docs, made a very simple component with no dependencies. When I tried to run the local environment...
We're running into dependency issues when using a custom Angular env so that we can use Angular Material. Unfortunately, [installation](https://material.angular.io/guide/getting-started#install-angular-material) of it is not as simple as basic dependencies; the...
As a newbie to bit I'm struggling to get a particular use case working and I haven't found the documentation on this newer bit-angular release to be very helpful. I'm...
Hello, i am having trouble to build/snap a component. ``` bit build ✔ found 1 components to build ✔ running pre install subscribers ✔ deduping dependencies for installation ...bff0a3547e3c65c1ec5a5595f408827165a11 |...
The current state of generation of components doesn't care about prefixes. If you specify for example a component with name *my-label* it will generate files **my-label.component.[scss,ts]** along with composition, module...
Hi @ocombe , I have been having different issues with our isolated Bit packages, so I decided to start with a barebones setup. Ran these commands: ``` bit new ng-workspace...