Michael Prentice
Michael Prentice
I would recommend updating this library to use the Angular CLI's support for building libraries and ng-packagr's support (built into the CLI) for building multiple module types: https://angular.io/guide/creating-libraries
@pumano from the README: > ⚠️ This library is not maintained. Pull-requests and issues are not monitored. Alternatives to text-mask include: > - https://github.com/uNmAnNeR/imaskjs So it looks unlikely that this...
@matheo oh, thank you for taking the time to do that. I found the source code at https://github.com/Mynd-Management/text-mask and was happy to see that it was well updated, even with...
> Maybe it's time to migrate to a fork repo? The readme points to https://github.com/uNmAnNeR/imaskjs, but I haven't looked to see if it is API compatible (I doubt it).
> Its been too long that this issue has not fixed yet, please give proper solution to fix this warning in A9 and above version. @RameshBacancy see https://github.com/text-mask/text-mask/issues/1007#issuecomment-659042317. This library...
Duplicate of https://github.com/text-mask/text-mask/issues/1007
[This Stackblitz](https://stackblitz.com/edit/angularjs-material-typescript?file=main.ts) was working previously with the Angular CLI, but it is now giving me [CORS issues](https://github.com/stackblitz/core/issues/768).
The [TypeScript branch](https://github.com/angular/material-start/tree/typescript) has been updated ot the latest version of AngularJS and TypeScript along with the `master` version of AngularJS Material. This should help move us in the right...
I've created an [AngularJS Material ngUpgradeLite StackBlitz example](https://stackblitz.com/edit/ngupgrade-tabs-digest-10847?file=ng1/tabs.component.html) as a starting point.
I agree with this proposal. It's been discussed at some length within the GDE channel for some months now. Consensus has formed around elimination of a `RoutingModule`. The style guide...