cordova-plugin-background-upload-improved
Version:
Cordova plugin for uploading file in the background
16 lines (11 loc) • 343 B
text/typescript
import { Component, OnInit, Input } from '@angular/core';
({
selector: 'app-explore-container',
templateUrl: './explore-container.component.html',
styleUrls: ['./explore-container.component.scss'],
})
export class ExploreContainerComponent implements OnInit {
() name: string;
constructor() { }
ngOnInit() {}
}