{"id":15067537,"url":"https://github.com/maksim-tolo/angular-template-url-loader","last_synced_at":"2025-04-10T14:22:40.781Z","repository":{"id":92014220,"uuid":"80416544","full_name":"maksim-tolo/angular-template-url-loader","owner":"maksim-tolo","description":"AngularJS webpack loader that inlines your templates into angular directives and components.","archived":false,"fork":false,"pushed_at":"2018-11-05T13:20:50.000Z","size":6,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T13:04:49.603Z","etag":null,"topics":["angularjs","webpack","webpack-loader"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maksim-tolo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-30T11:43:05.000Z","updated_at":"2019-05-16T21:29:16.000Z","dependencies_parsed_at":"2023-06-30T00:31:10.364Z","dependency_job_id":null,"html_url":"https://github.com/maksim-tolo/angular-template-url-loader","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.2857142857142857,"last_synced_commit":"98b330e2503f22206d47aebc751d735ffd9c8319"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-tolo%2Fangular-template-url-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-tolo%2Fangular-template-url-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-tolo%2Fangular-template-url-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-tolo%2Fangular-template-url-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maksim-tolo","download_url":"https://codeload.github.com/maksim-tolo/angular-template-url-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247761052,"owners_count":20991532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","webpack","webpack-loader"],"created_at":"2024-09-25T01:24:39.318Z","updated_at":"2025-04-10T14:22:40.760Z","avatar_url":"https://github.com/maksim-tolo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-template-url-loader\nAngularJS webpack loader that inlines your templates into angular directives and components.\n\n### Quick Links\n- [Installation](#installation)\n- [Usage](#usage)\n- [Options](#options)\n- [Requirements](#requirements)\n\n### Installation\n```bash\nnpm install angular-template-url-loader --save-dev\n```\n\n### Usage\n**webpack.config.js**\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.js$/,\n        use: [ 'angular-template-url-loader' ]\n      },\n      {\n        test: /\\.html$/, \n        use: [ 'raw-loader' ]\n      }\n    ]\n  }\n}\n```\n\n### Options\n|Name|Default|Description|\n|:--:|:-----:|:----------|\n|**`basePath`**|`''`|Path to resolve URLs|\n\n### Requirements\nTo be able to use the template loader you must have a loader registered, which can handle `.html` files (for example [`raw-loader`](https://github.com/webpack/raw-loader) or [`html-loader`](https://github.com/webpack-contrib/html-loader)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim-tolo%2Fangular-template-url-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaksim-tolo%2Fangular-template-url-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim-tolo%2Fangular-template-url-loader/lists"}