Michael Prentice
Michael Prentice
I would like to be able to allow commits like the following when using the `angular` style: ``` Revert "chore(docs-app): create examples with correct Angular version" ```
Angular Material comes with [4 prebuilt themes](https://github.com/angular/components/tree/9eeb4b5aa0473c0815a73bfe3c2ed6164d86a3b3/src/material/core/theming/prebuilt). It would be nice to be able to use each of these as a starting point for generating a theme. It would also...
It would be nice to allow selecting from the following palettes and values (i.e. 400, A200, etc): https://github.com/angular/components/blob/9eeb4b5aa0473c0815a73bfe3c2ed6164d86a3b3/src/material/core/theming/_palette.scss#L39-L667 It would also be nice to be able to select a palette...
There are quite a few options that can be overridden here, but there isn't an API. However, we can re-define the variable in Sass as done in this [Stackblitz](https://stackblitz.com/edit/red-dark-theme-with-red-bg?file=app%2F_theme.scss). This...
Using: bootstrap-switch: v3.0.2 angular-bootstrap-switch: v0.4.0-alpha.1 - 2014-11-21 angularjs: 1.3.6 If the switch is within a tab that isn't initially visible, then it will not be initialized properly with the value...
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [ ] feature request - [x] documentation...
I'm attempting to connect to an ODBII device for use with the Voidstar-AutoHud app, but so far I'm not able to pair with the ODBII device. It shows up and...
# Bug report - Node Version: `14.16.1` - Protractor Version: `7.0.0` - Angular Version: `1.8.2` - Browser(s): `Firefox 86` - Operating System and Version `macOS Catalina` ## Error output ```...
This project is using sw-precache instead of the latest `@angular/service-worker` and `ng-pwa-tools`. At Google I/O last week, they announced that https://github.com/GoogleChrome/workbox would be the preferred option over sw-precache going forward....
AngularJS Material uses gulp to build everything, so we're looking at using https://github.com/ivogabe/gulp-typescript for our builds. It seems like something could be built similar to the webpack plugin in order...