AspNetCore.Docs.Samples/samples/ngIdentity/ngidentity.client
Jeremy Likness 5e8050bc28
Angular identity sample (#238)
* initial commit

* fix app component

* Add readme and code to prever XSRF

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update samples/ngIdentity/README.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-11-13 07:33:28 -10:00
..
.vscode Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
src Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
.editorconfig Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
.gitignore Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
README.md Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
angular.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
aspnetcore-https.js Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
karma.conf.js Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
ngidentity.client.esproj Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
nuget.config Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
package-lock.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
package.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
tsconfig.app.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
tsconfig.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00
tsconfig.spec.json Angular identity sample (#238) 2023-11-13 07:33:28 -10:00

README.md

NgidentityClient

This project was generated with Angular CLI version 16.2.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.