cordova-talsec-plugin-freerasp
Version:
Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.
15 lines (12 loc) • 465 B
text/typescript
import { Component, Input } from '@angular/core';
import { shieldCheckmarkOutline, alertCircleOutline } from 'ionicons/icons';
({
selector: 'app-freerasp-demo',
templateUrl: './freerasp-demo.component.html',
styleUrls: ['./freerasp-demo.component.css'],
})
export class FreeRaspDemoComponent {
() checks: { name: string; isSecure: boolean }[] = [];
shieldCheckmarkIcon = shieldCheckmarkOutline;
alertCircleIcon = alertCircleOutline;
}