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

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...

![image](https://user-images.githubusercontent.com/62625293/234086057-f67d5548-9305-46fc-b18c-1fc09dda2628.png) I can generate the angular env but when I create a component and execute bit start in the preview I get infinite calls ![image](https://user-images.githubusercontent.com/62625293/234086395-96240bd1-2559-40aa-bb0d-ed881b5f4235.png) I am creating a cross...

Environment: - Ubuntu 22.04 - VSCode - Bit version 0.0.846 ![image](https://user-images.githubusercontent.com/84562204/188813596-d9781058-fa6c-4110-9bc5-3014770360a0.png) Error: ![image](https://user-images.githubusercontent.com/84562204/188813705-a9f122e5-5a59-4975-82c0-eb689727f5ab.png) 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: ![image](https://user-images.githubusercontent.com/84562204/187860433-bc43f85f-e8e3-4d53-bd07-c79dbc593570.png) 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...