Commit baf34116 authored by wangqinghua's avatar wangqinghua

log

parent 87c876df
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'smart-network-check',
templateUrl: './network-check.component.html',
styles: []
})
export class NetworkCheckComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment