UNPKG

ngx-firebase-cms

Version:

Angular Content Management System using Google Firebase (Authentication, Storage & Firestore)

9 lines (8 loc) 297 B
import { Router, ActivatedRoute } from '@angular/router'; import { EnvConfig } from './interface/env-config'; export declare class NgxFirebaseCmsRoutingModule { private router; private route; private config; constructor(router: Router, route: ActivatedRoute, config: EnvConfig); }