{"id":25614377,"url":"https://github.com/primaryobjects/hello-angular-css","last_synced_at":"2026-04-12T01:38:50.042Z","repository":{"id":278831269,"uuid":"936916638","full_name":"primaryobjects/hello-angular-css","owner":"primaryobjects","description":"Hello World with Angular and Bootstrap CSS, Material UI.","archived":false,"fork":false,"pushed_at":"2025-02-21T23:24:42.000Z","size":434,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T00:24:24.123Z","etag":null,"topics":["angular","angular2","angularjs","bootstrap","bootstrap5","css","json","json-server","material-ui","materialcss","materialui","tables","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/primaryobjects.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-21T23:21:27.000Z","updated_at":"2025-02-21T23:26:12.000Z","dependencies_parsed_at":"2025-02-22T00:24:34.418Z","dependency_job_id":null,"html_url":"https://github.com/primaryobjects/hello-angular-css","commit_stats":null,"previous_names":["primaryobjects/hello-angular-css"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primaryobjects%2Fhello-angular-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primaryobjects%2Fhello-angular-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primaryobjects%2Fhello-angular-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primaryobjects%2Fhello-angular-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primaryobjects","download_url":"https://codeload.github.com/primaryobjects/hello-angular-css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240114340,"owners_count":19749838,"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","angular2","angularjs","bootstrap","bootstrap5","css","json","json-server","material-ui","materialcss","materialui","tables","typescript"],"created_at":"2025-02-22T02:19:03.957Z","updated_at":"2026-04-12T01:38:50.007Z","avatar_url":"https://github.com/primaryobjects.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Angular with Bootstrap and Material UI\n\nDisplay a table in Angular styled with Bootstrap CSS and Material UI.\n\n## What is it?\n\nThis project demonstrates how to use Angular and TypeScript to render a table of data using Bootstrap CSS and Material UI. The data is loaded from an Angular service hosted on localhost using `json-server` and rendered in the table.\n\nThis project is an extension of [Hello World, Angular](https://github.com/primaryobjects/hello-angular), which was originally designed as an isomorphic web application using Angular on the frontend and a C# .NET Core REST API as the backend. This project simplifies the example using `json-server` as the backend to serve a local JSON file as a datasource, and demonstrates the differences in style between Bootstrap and Material UI.\n\n## Screenshots\n\n![Screenshot 1](./screenshots/cap1.png)\n\n## Quick Start\n\nTo launch the application, follow these steps:\n\n1. Install the dependencies:\n\n    ```bash\n    npm install\n    ```\n\n2. Start the `json-server` to serve the data:\n\n    ```bash\n    npx json-server --watch db.json\n    ```\n\n3. In a separate terminal, start the Angular development server:\n\n    ```bash\n    ng serve\n    ```\n\n4. Open your browser and navigate to `http://localhost:4200/`.\n\n## Additional Commands\n\n### Adding a New Angular Component\n\nTo generate a new Angular component, run:\n\n```bash\nng generate component component-name\n```\n\n## Adding a New Angular Service\n\nTo generate a new Angular service, run:\n\n```bash\nng generate service service-name\n```\n\n## Adding a New Angular Interface\n\nTo generate a new Angular interface, run:\n\n```bash\nng generate interface interface-name\n```\n\n## Tech Stack\n\n- Angular\n- TypeScript\n- VSCode\n- json-server: A full fake REST API\n- Bootstrap CSS\n- Material UI\n\n## License\n\nMIT\n\n## Author\n\nKory Becker http://www.primaryobjects.com/kory-becker","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimaryobjects%2Fhello-angular-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimaryobjects%2Fhello-angular-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimaryobjects%2Fhello-angular-css/lists"}