robertIsaac
robertIsaac
# 🐞 Bug report ### Command (mark with an `x`) - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e -...
## Type of Issue ``` [x] Bug Report [ ] Feature Request ``` ## Description when trying to import bootstrap mixins @import "~bootstrap/scss/mixins"; it throw the following error ERROR: Can't...
**This is a bug report for the `@clr` Angular or UI versions of the design system. For the web-component implementation of Clarity (`@cds`), visit [vmware-clarity/core](https://github.com/vmware-clarity/core).** ## Describe the bug schematics...
### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description with angular 14, I have been playing around with the new typed forms, what I usually find...
### Command serve ### Description with the new application builder, you build using esbuild but serve using vite we are having a problem after trying to migrate to the new...
as suggested in https://github.com/angular/angular-cli/issues/26888#issuecomment-1906034537
### Version info **Angular:** 16.0.3 **Firebase:** N/A **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** node 18.16, windows ### How to reproduce these conditions **Steps to set up and...
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
usage before `importProvidersFrom(provideFirebaseApp(() => initializeApp(...)))` usage now `provideFirebaseApp(() => initializeApp(...))` ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) -...
### Current Behavior when running `nx migrate --run-migrations --create-commits` and one migration update `package.json`, the lock files e.g. `yarn.lock`, `package-lock.json` ... etc doesn't get included in the associated commit here...