{"id":25992578,"url":"https://github.com/jgodi/angular-library-starter","last_synced_at":"2026-04-29T09:32:49.940Z","repository":{"id":85631358,"uuid":"87101024","full_name":"jgodi/angular-library-starter","owner":"jgodi","description":"Angular starter library that is AOT/code-splitting ready","archived":false,"fork":false,"pushed_at":"2017-04-17T14:40:11.000Z","size":377,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-13T07:52:01.493Z","etag":null,"topics":["angular","library","starter-kit"],"latest_commit_sha":null,"homepage":"https://jgodi.github.io/angular-library-starter","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/jgodi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-04-03T17:23:08.000Z","updated_at":"2018-04-17T17:54:04.000Z","dependencies_parsed_at":"2023-03-06T22:30:28.604Z","dependency_job_id":null,"html_url":"https://github.com/jgodi/angular-library-starter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jgodi/angular-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgodi%2Fangular-library-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgodi%2Fangular-library-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgodi%2Fangular-library-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgodi%2Fangular-library-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgodi","download_url":"https://codeload.github.com/jgodi/angular-library-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgodi%2Fangular-library-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32420005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","library","starter-kit"],"created_at":"2025-03-05T14:28:27.617Z","updated_at":"2026-04-29T09:32:49.935Z","avatar_url":"https://github.com/jgodi.png","language":"JavaScript","readme":"# ng-starter-library [![npm version](https://badge.fury.io/js/ng-starter-library.svg)](http://badge.fury.io/js/ng-starter-library) [![npm downloads](https://img.shields.io/npm/dm/ng-starter-library.svg)](https://npmjs.org/ng-starter-library)\n\n[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)\n[![Build Status](https://travis-ci.org/jgodi/angular-library-starter.svg?branch=master)](https://travis-ci.org/jgodi/angular-library-starter)\n[![codecov](https://codecov.io/gh/jgodi/angular-library-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/jgodi/angular-library-starter)\n[![Dependency Status](https://david-dm.org/jgodi/angular-library-starter.svg)](https://david-dm.org/jgodi/angular-library-starter)\n\n[![NPM](https://nodei.co/npm/ng-starter-library.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://npmjs.org/ng-starter-library)\n[![NPM](https://nodei.co/npm-dl/ng-starter-library.png?height=3\u0026months=9)](https://npmjs.org/ng-starter-library)\n\n## Table of contents\n1. [Getting Started](#getting-started)\n2. [Installation instructions](#installation-instructions)\n3. [Usage \u0026 Demo](#usage--demo)\n4. [API](#api)\n5. [Troubleshooting](#troubleshooting)\n6. [Contributing](#contribution)\n7. [License](#license)\n\n# Getting Started\n\n```bash\n# clone the repository\ngit clone git@github.com:jgodi/angular-library-starter.git\n# install dependencies\nnpm install # yarn\n# build the src\nnpm run build\n# link the library to demo\nnpm run link\n# start the demo\nnpm start\n# to live-watch the library, in a second terminal run\nnpm run build:watch\n```\n\n# Installation instructions\n\nInstall `ng-library-starter` from `npm`\n```bash\nnpm install ng-library-starter --save\n```\n\n## How to use it with:\n - `angular-cli` please refer to [getting-started-with-ng-cli](https://github.com/jgodi/angular-library-starter/blob/master/docs/getting-started/ng-cli.md)\n - `angular-seed` please refer to [getting-started-with-angular-seed](https://github.com/jgodi/angular-library-starter/blob/master/docs/getting-started/angular-seed.md)\n - `AoT using ngc and rollup` please refer to [ng-library-starter-with-aot](https://github.com/jgodi/angular-library-starter/blob/master/docs/getting-started/aot.md)\n\n# Usage \u0026 Demo\n\nMain source of API documentation and usage scenarious available here:\n[http://jgodi.github.io/angular-library-starter/](http://jgodi.github.io/angular-library-starter/)\n\n## Credits\nHuge thanks to [Valor Software](https://github.com/valor-software) for their great angular component libraries which this was lifted from as a starter!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgodi%2Fangular-library-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgodi%2Fangular-library-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgodi%2Fangular-library-starter/lists"}