Suhard Damien
Suhard Damien
Clone https://github.com/abhisekp/yup-phone/issues/718
I have the problem on my project but it is available onto the tutorial (screenshot below)  that error is upcoming when I click on one selection...
It looks like good!
Hi, I'm just testing 1.6.6 version using webpack. It is OK when you do a `require('ng-material-datetimepicker');` but in general when you use require, it returns the name of module. For...
Good for me! Thanks!
Hi, For ng-annotate-loader + latest babel loader gives : ` Module build failed (from ./node_modules/ng-annotate-loader/loader.js): NonErrorEmittedError: (Emitted value instead of an instance of Error) error: couldn't process source due to...
Yes I resolved it, I remove ng-annotate-loader from the webpack configuration and I use babel-plugin-angularjs-annotate. In my .babelrc ``` { "presets": [ // "env", "@babel/preset-env" ], "plugins": [ "angularjs-annotate" ]...
OK Thank you for your feedback