{"id":20307434,"url":"https://github.com/oktadev/okta-angular-ivy-example","last_synced_at":"2026-04-29T23:33:18.662Z","repository":{"id":38452949,"uuid":"238717664","full_name":"oktadev/okta-angular-ivy-example","owner":"oktadev","description":"Angular 9 with Ivy Example","archived":false,"fork":false,"pushed_at":"2023-03-01T02:38:49.000Z","size":2387,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-21T07:38:06.560Z","etag":null,"topics":["angular","angular-cli","angular-ivy","angular9"],"latest_commit_sha":null,"homepage":"https://developer.okta.com/blog/2020/02/12/angular-ivy","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oktadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-02-06T15:16:42.000Z","updated_at":"2023-02-03T15:22:08.000Z","dependencies_parsed_at":"2025-01-14T11:43:19.431Z","dependency_job_id":"17958f10-8bb3-47c1-a83b-72c37674f557","html_url":"https://github.com/oktadev/okta-angular-ivy-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oktadev/okta-angular-ivy-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fokta-angular-ivy-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fokta-angular-ivy-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fokta-angular-ivy-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fokta-angular-ivy-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oktadev","download_url":"https://codeload.github.com/oktadev/okta-angular-ivy-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fokta-angular-ivy-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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-cli","angular-ivy","angular9"],"created_at":"2024-11-14T17:17:42.593Z","updated_at":"2026-04-29T23:33:18.644Z","avatar_url":"https://github.com/oktadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular 9 + Ivy Example\n \nThis example app shows how to upgrade an to Angular 9 with Ivy and optimize it for production.\n\nPlease read [What Is Angular Ivy and Why Is It Awesome?](https://developer.okta.com/blog/2020/02/12/angular-ivy) to see how this app was created.\n\n**Prerequisites:** \n\n* [Node 12+](https://nodejs.org/en/) installed\n* An [Okta Developer Account](https://developer.okta.com/signup)\n\n\u003e [Okta](https://developer.okta.com/) has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.\n\n* [Getting Started](#getting-started)\n* [Links](#links)\n* [Help](#help)\n* [License](#license)\n\n## Getting Started\n\nTo install this example application, run the following commands:\n\n```bash\ngit clone https://github.com/oktadeveloper/okta-angular-ivy-example.git\ncd okta-angular-ivy-example\nnpm install\n```\n\n### Create an OIDC App on Okta\n\nRegister a new application by going to **Applications** \u003e **Add Application**. On the next screen, choose **Single Page App** and click **Next**.\n\nOn the following screen, you can edit the application's settings. Make sure that the port number is 4200 and the base URI is `http://localhost:4200/`. Change the Login Redirect URI to `http://localhost:4200/login`. Once you are done, you will see a **Client ID**.\n\n### Configure your Okta Settings\n\nCopy your org URL and client ID into `src/app/auth.service.ts`:\n\n```js\nprivate authClient = new OktaAuth({\n  issuer: 'https://{YourOktaDomain}/oauth2/default',\n  clientId: '{ClientId}'\n});\n```\n\nStart everything with `ng serve` and you'll be able to login with Angular Material and Okta!\n\n## Links\n\nThis example uses the following open source libraries:\n\n* [Angular](https://angular.io)\n* [Okta Auth JavaScript SDK](https://github.com/okta/okta-auth-js)\n\n## Help\n\nPlease post any questions as issues in this repository, or visit our [Okta Developer Forums](https://devforum.okta.com/).\n\n## License\n\nApache 2.0, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktadev%2Fokta-angular-ivy-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foktadev%2Fokta-angular-ivy-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktadev%2Fokta-angular-ivy-example/lists"}