crypto-pro-js/examples/angular/src/app/app.component.ts
2020-03-28 21:11:00 +03:00

11 lines
211 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'angular';
}