{"id":15608436,"url":"https://github.com/hypercubed/systemjs-plugin-ng","last_synced_at":"2025-03-29T14:25:02.634Z","repository":{"id":66193353,"uuid":"43419345","full_name":"Hypercubed/systemjs-plugin-ng","owner":"Hypercubed","description":"SystemJS ng-annotate plugin","archived":false,"fork":false,"pushed_at":"2015-10-01T04:28:07.000Z","size":128,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T15:23:29.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/Hypercubed/systemjs-plugin-ng","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hypercubed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-30T07:47:30.000Z","updated_at":"2016-11-14T15:37:54.000Z","dependencies_parsed_at":"2023-02-20T00:00:56.099Z","dependency_job_id":null,"html_url":"https://github.com/Hypercubed/systemjs-plugin-ng","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystemjs-plugin-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystemjs-plugin-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystemjs-plugin-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystemjs-plugin-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hypercubed","download_url":"https://codeload.github.com/Hypercubed/systemjs-plugin-ng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246194679,"owners_count":20738716,"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":[],"created_at":"2024-10-03T05:20:48.887Z","updated_at":"2025-03-29T14:25:02.615Z","avatar_url":"https://github.com/Hypercubed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systemjs-plugin-ng\n\nSystemJS plugin for adding AngularJS dependency injection annotations using [ng-annotate](https://github.com/olov/ng-annotate).\n\n*Note: ng-annotate currently does not work with ES6 modules [[source](https://github.com/olov/ng-annotate#es6-and-typescript-support)]*\n\n## Install\n\n```sh\njspm install ng=github:Hypercubed/systemjs-plugin-ng\n```\n\n*Alternativly copy `ng.js` to your app root install ng-annotate.*\n\n## Usage\n\n```js\nimport {controller} from './controller.js!ng';\n```\n\nor apply to all resources in a path by adding a meta configuration to your SystemJS config file:\n\n```\nSystem.config({\n  // locate the plugin via map configuration\n\t// (or installed as described above)\n  map: {\n    text: '/path/to/ng-plugin.js'\n  },\n  // use meta configuration to reference which modules\n  // should use systemjs-plugin-ng\n  meta: {\n    'app/*.js': {\n      loader: 'ng'\n    }\n  }\n});\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fsystemjs-plugin-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypercubed%2Fsystemjs-plugin-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fsystemjs-plugin-ng/lists"}