{"id":22314478,"url":"https://github.com/jasonhodges/ngx-present","last_synced_at":"2026-06-23T22:03:45.878Z","repository":{"id":147636354,"uuid":"99236105","full_name":"jasonhodges/ngx-present","owner":"jasonhodges","description":"Presentation Application built with Angular","archived":false,"fork":false,"pushed_at":"2017-08-23T17:21:48.000Z","size":87,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-10T23:40:58.187Z","etag":null,"topics":["angular","ngx","presentation","slidedeck"],"latest_commit_sha":null,"homepage":null,"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/jasonhodges.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,"zenodo":null}},"created_at":"2017-08-03T13:34:50.000Z","updated_at":"2023-03-05T02:11:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"48e7ad42-db47-476e-8647-9580ed088db4","html_url":"https://github.com/jasonhodges/ngx-present","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonhodges/ngx-present","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonhodges%2Fngx-present","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonhodges%2Fngx-present/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonhodges%2Fngx-present/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonhodges%2Fngx-present/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonhodges","download_url":"https://codeload.github.com/jasonhodges/ngx-present/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonhodges%2Fngx-present/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34708280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ngx","presentation","slidedeck"],"created_at":"2024-12-03T22:10:10.784Z","updated_at":"2026-06-23T22:03:45.873Z","avatar_url":"https://github.com/jasonhodges.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-present\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.\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\nRun `ng serve --hmr` for a dev server with Hot Module Replacement enabled.  \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/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/).\nBefore running the tests make sure you are serving the app via `ng serve`.\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## Build and Deploy\n\n`npm run publish`\nPublish to Github pages made available via [angular-cli-ghpages](https://www.npmjs.com/package/angular-cli-ghpages). Check out `package.json` for config string.\n\n## Structure\n\n```\n.\n├── angular-icon.png\n├── app\n│   ├── animations.ts // file for export Angular animations\n│   ├── app-routing.module.ts\n│   ├── app.component.html\n│   ├── app.component.scss\n│   ├── app.component.spec.ts\n│   ├── app.component.ts\n│   ├── app.module.ts\n│   ├── components-slides // any component slides should be kept here\n│   │   ├── components-slides.module.ts\n│   │   ├── components-slides.scss\n│   │   └── template.component.ts // component slide template\n│   ├── dcl-wrapper.component.ts\n│   ├── default-request-options.service.ts\n│   ├── selective-preloading-strategy.ts\n│   └── slides\n│       ├── slide\n│       │   └── slide.component.ts // SlideComponent interface\n│       ├── slide-area\n│       │   ├── slide-area.component.spec.ts\n│       │   └── slide-area.component.ts\n│       ├── slide-detail\n│       │   ├── slide-detail.component.spec.ts\n│       │   └── slide-detail.component.ts\n│       ├── slides-routing.module.ts\n│       ├── slides.directive.spec.ts\n│       ├── slides.directive.ts\n│       ├── slides.module.ts\n│       └── slides.service.ts // slides should be added here\n├── app-theme.scss\n├── assets // any markdown slides should be kept here\n│   ├── config.json\n│   ├── favicon.ico // Angular favicon for the main slide hr\n│   ├── resources // any slide images should be kept here\n│   │   └── angular.png\n│   └── template.md // markdown slide template\n├── environments\n│   ├── environment.hmr.ts\n│   ├── environment.prod.ts\n│   └── environment.ts\n├── favicon.ico\n├── hmr.ts // Hot Module Reloading configuration\n├── index.html // entry file\n├── main.ts\n├── palette.sass\n├── polyfills.ts\n├── styles.scss\n├── test.ts\n├── tsconfig.app.json\n├── tsconfig.spec.json\n└── typings.d.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonhodges%2Fngx-present","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonhodges%2Fngx-present","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonhodges%2Fngx-present/lists"}