Skip to content

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

Notifications You must be signed in to change notification settings

JMuhire/getting-started-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.9%
  • CSS 15.0%
  • HTML 8.1%
  • JavaScript 3.0%