/getting-started-angular

Get started with IronCore to learn how to grant, monitor, and revoke access to sensitive data from a Angular application.

Primary LanguageTypeScript

Ironcore Getting Started Angular

IronCore is a data privacy SDK and cloud service. This repo is a sample Angular application that uses IronCore to grant, monitor and revoke access to sensitive data. For IronWeb, the IronCore SDK used in this project, please see IronWeb SDK documentation.

Tutorial

Follow the tutorial to get started:

https://docs.ironcorelabs.com/getting-started/angular/

Project setup

npm install

Compiles and hot-reloads for development

npm start

Your project by default runs on localhost:4200.

Tooling

Angular

For a front-end component library, this project is using Angular. For more information and documentation please see angular.io.

Angular in Memory Web API

Angular in-memory web API is used to emulate CRUD operations over a REST API. It works by intercepting Angular Http requests that would otherwise go to the remote server and redirects them to an in-memory data store. For reference, please see: in-memory-web-api on GitHub.

Copyright (c) 2019-present IronCore Labs, Inc. All rights reserved.