ngneat / content-loader

⚪️ SVG component to create placeholder loading, like Facebook cards loading.

Home Page:https://netbasal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOT not supported

JonnyHeavey opened this issue · comments

The library fails to build when an angular application is built with AOT (https://angular.io/guide/aot-compiler) enabled (such as --prod setup with the angular cli). The following error occurs:

ERROR in ./node_modules/@netbasal/content-loader/content-loader.ngfactory.js
Module not found: Error: Can't resolve 'content-loader' in '/path/to/application/node_modules/@netbasal/content-loader'

Thanks for the report, I'm investigating.

fixed in 1.0.2.

Thanks for the swift turn around, and the creation of the lib!