Skip to content

Instantly share code, notes, and snippets.

View KangHidro's full-sized avatar
😗
Siêu độ chúng bugs

Kang Hidro KangHidro

😗
Siêu độ chúng bugs
  • HCMC University of Technology and Education
  • Vietnam
  • Facebook Kang.Hidro
View GitHub Profile
@KangHidro
KangHidro / web-crypto-angular-comp.ts
Last active April 12, 2024 03:42 — forked from pedrouid/webcrypto-examples.md
Web Cryptography API Examples
import { HttpClient } from '@angular/common/http';
import { Component, OnInit } from '@angular/core';
import { CryptoWebService } from './crypto-web.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})