I am trying to add modernizr support to my angular2 project. I have configured the tsconfig, webpack.config, package.json and build is working fine.
But I am not able to figure out how to use Modernizr via importing in the module.
If some code snippets or configs are required then please let me know.
versions: "modernizr" : "3.3.1" "@types/modernizr": "3.3.0" "@angular/common": "~4.1.3"