{"id":16117865,"url":"https://github.com/aelbore/rollup-plugin-ngc","last_synced_at":"2025-03-17T18:30:39.993Z","repository":{"id":42794705,"uuid":"272319473","full_name":"aelbore/rollup-plugin-ngc","owner":"aelbore","description":"Rollup plugin for Angular with ivy enable","archived":false,"fork":false,"pushed_at":"2023-01-06T09:00:46.000Z","size":240,"stargazers_count":18,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T03:22:23.817Z","etag":null,"topics":["angular","compiler","ivy","rollup","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aelbore.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":"2020-06-15T02:00:34.000Z","updated_at":"2024-08-29T18:45:22.000Z","dependencies_parsed_at":"2023-02-05T18:15:17.008Z","dependency_job_id":null,"html_url":"https://github.com/aelbore/rollup-plugin-ngc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbore%2Frollup-plugin-ngc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbore%2Frollup-plugin-ngc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbore%2Frollup-plugin-ngc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbore%2Frollup-plugin-ngc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelbore","download_url":"https://codeload.github.com/aelbore/rollup-plugin-ngc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878439,"owners_count":20362432,"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":["angular","compiler","ivy","rollup","typescript"],"created_at":"2024-10-09T20:47:18.987Z","updated_at":"2025-03-17T18:30:39.738Z","avatar_url":"https://github.com/aelbore.png","language":"TypeScript","readme":"# rollup-plugin-ngc\nRollup plugin for angular with ivy enable\n\nGetting Started\n------------\n  ```\n  git clone https://github.com/aelbore/rollup-plugin-ngc.git\n  cd rollup-plugin-ngc\n  npm install\n  ```\n\nInstallation\n------------\n  ```\n  npm install --save-dev rollup-plugin-ngc\n  ```\n\nExample\n------------\n* `npm run ngcc` - compile all `@angular/*` libraries into ivy compatible\n* `npm run build` - build `ngcPlugin`\n* `npm run example` - build the example code\n* `npm run serve` \n\nUsage\n------------\n  ```javascript\n  import { ngcPlugin } from 'rollup-plugin-ngc'\n\n  export default {\n    input: './src/index.ts',\n    plugins: [ \n      ngcPlugin() \n    ],\n    output: {\n      format: 'es',\n      file: './dist/hello-world.ts'\n    }\n  }\n  ```\n\n### Options\n* `rootDir` - directory of input files (default `src`)\n* `sourceMap` - Generates corresponding .map file (default `true`)\n* `target` - Specify ECMAScript target version (default `ES2018`)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelbore%2Frollup-plugin-ngc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelbore%2Frollup-plugin-ngc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelbore%2Frollup-plugin-ngc/lists"}