{"id":20186121,"url":"https://github.com/leolanese/angular-seeds-custom-boilerplaits","last_synced_at":"2026-04-11T14:33:54.457Z","repository":{"id":220374352,"uuid":"181715923","full_name":"leolanese/Angular-seeds-custom-boilerplaits","owner":"leolanese","description":"Angular: Angular 8 seed","archived":false,"fork":false,"pushed_at":"2020-11-06T15:17:32.000Z","size":6640,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T03:33:21.448Z","etag":null,"topics":["angular","angular-material","bootstrap4","cli","css","fontawesome","prettier"],"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/leolanese.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-16T15:21:49.000Z","updated_at":"2024-02-01T16:31:25.000Z","dependencies_parsed_at":"2024-02-01T19:11:42.291Z","dependency_job_id":"f7d5c54c-9e29-49bf-8700-fe1203521c66","html_url":"https://github.com/leolanese/Angular-seeds-custom-boilerplaits","commit_stats":null,"previous_names":["leolanese/angular-seeds-custom-boilerplaits"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leolanese/Angular-seeds-custom-boilerplaits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FAngular-seeds-custom-boilerplaits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FAngular-seeds-custom-boilerplaits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FAngular-seeds-custom-boilerplaits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FAngular-seeds-custom-boilerplaits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leolanese","download_url":"https://codeload.github.com/leolanese/Angular-seeds-custom-boilerplaits/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FAngular-seeds-custom-boilerplaits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31684525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","angular-material","bootstrap4","cli","css","fontawesome","prettier"],"created_at":"2024-11-14T03:16:02.808Z","updated_at":"2026-04-11T14:33:54.392Z","avatar_url":"https://github.com/leolanese.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular8 Seed custom boilerplater\n\nThis is an altenative ngrx8 with Angular8 seed. Other seed contain some extra dependencies already install in the project to help to save some valuable development time.\n\n#### Please have a look at the other seeds (just in case):\n- ngrx8-seed: https://github.com/leolanese/ngrx8-seed\n- ATS-seed(you are here): https://github.com/leolanese/ATS-seed\n- ngrx8-angular8-seed: https://github.com/leolanese/ngrx8-angular8-seed\n- Angular8-seed: https://github.com/leolanese/Angular8-seed\n\n---\n\nThis is a reusable ATS-seed app, created from scratch using CLI \u0026 npm\n\n■ Setup a default seed project or use CLI:\n\n- Install nodeJS \u0026 npm (or simply verify you already have it):\n```javascript\n  node -v\n  npm -v\n```  \n- Install the Angular CLI globally:\n```javascript\n  npm install -g @angular/cli\n  ng -v\n```\n- Create a workspace and initial application:\n```javascript\n  ng new test-app\n```\n- Serve the application:\n```javascript\n  cd test-app\n  ng serve --port 4500 --open\n```\n- Install Angular Material \u0026 Schematics:\n```javascript\n  npm install --save @angular/material @angular/cdk @angular/animations\n  ng add @angular/material\n  ng generate @angular/material:material-nav --name container\n```\n\n**EXTRAS**\n- Include Prettier (this can be handle by the pipeline later on):\n```javascript\n  npm install --save-dev --save-exact prettier\n```\n- Include a Service with a Component already declared:\n```javascript\n  cd test-app/src/app\n  mkdir service\n  ng g s service\n```  \n- Include a reference to empty side defined boxes\n- Include modular bootstrap 4\n```javascript\n  npm install bootstrap --save\n  open angular.json\n  \"styles\": [\n    \"src/styles.css\",\n    \"node_modules/bootstrap/dist/css/bootstrap.min.css\"\n  ],\n```\n  LINK:\n  https://getbootstrap.com/docs/4.0/components/alerts/\n- Include fontawesome:\n```javascript  \n\u003cdiv style=\"text-align:center\"\u003e\n  \u003cfa-icon [icon]=\"faCoffee\"\u003e\u003c/fa-icon\u003e\n\u003c/div\u003e\n```\n  LINK:\n  https://fontawesome.com/how-to-use/on-the-web/using-with/angular\n\n---\n\n# TestApp\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.3.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n\n---\n### :100: \u003ci\u003eThanks!\u003c/i\u003e\n#### Now, don't be an stranger. Let's stay in touch!\n\n\u003e I'm a passionately curious Front-end Engineer. I like sharing what I know, and learning what I don't. London, UK.\n\n##### :radio_button: linkedin: \u003ca href=\"https://www.linkedin.com/in/leolanese/\" target=\"_blank\"\u003e@LeoLaneseltd\u003c/a\u003e\n##### :radio_button: Twitter: \u003ca href=\"https://twitter.com/LeoLaneseltd\" target=\"_blank\"\u003e@LeoLaneseltd\u003c/a\u003e\n##### :radio_button: Portfolio: \u003ca href=\"https://www.leolanese.com\" target=\"_blank\"\u003ewww.leolanese.com\u003c/a\u003e\n##### :radio_button: DEV.to: \u003ca href=\"https://www.dev.to/leolanese\" target=\"_blank\"\u003edev.to/leolanese\u003c/a\u003e\n##### :radio_button: Blog: \u003ca href=\"https://www.leolanese.com/blog\" target=\"_blank\"\u003eleolanese.com/blog\u003c/a\u003e\n##### :radio_button: Questions / Suggestion / Recommendation: developer@leolanese.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleolanese%2Fangular-seeds-custom-boilerplaits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleolanese%2Fangular-seeds-custom-boilerplaits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleolanese%2Fangular-seeds-custom-boilerplaits/lists"}