nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/regex/regex.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'kirjs-regex',
  templateUrl: './regex.component.html',
  styleUrls: ['./regex.component.css']
})
export class RegexComponent implements OnInit {
  constructor() {}

  ngOnInit() {}
}