{"library":"auto-ngtemplate-loader","type":"library","category":null,"description":"Webpack loader that automatically requires AngularJS 1.x templates when templateUrl is encountered in JavaScript files. Version 3.1.2 drops Node.js 8 support. It works alongside ngtemplate-loader and html-loader to preprocess template paths. Key differentiator: eliminates manual require calls for templates by transforming templateUrl strings into require() statements at build time. Supports custom path resolution and variable naming to avoid conflicts. Recommended to run before transpilation. Maintained but mature, with infrequent releases.","language":"javascript","status":"maintenance","version":"3.1.2","tags":["javascript","webpack","loader","ngtemplate","angularjs","angular","templates"],"install":[{"cmd":"npm install auto-ngtemplate-loader","imports":["module.exports = { module: { rules: [{ test: /\\.js$/, use: ['auto-ngtemplate-loader'] }] } }","use: [{ loader: 'auto-ngtemplate-loader', options: { variableName: 'myTemplateVar' } }]","use: [{ loader: 'auto-ngtemplate-loader', options: { pathResolver: (path) => './' + path } }]"]},{"cmd":"yarn add auto-ngtemplate-loader","imports":[]},{"cmd":"pnpm add auto-ngtemplate-loader","imports":[]}],"homepage":null,"github":"https://github.com/yashdalfthegray/auto-ngtemplate-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/auto-ngtemplate-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/auto-ngtemplate-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}