@rucken/todo-web
Version:
Base components and ui for todo application maked on Angular7+ and based on Rucken template
9 lines (8 loc) • 359 B
TypeScript
import { BaseEntityListModalComponent } from '@rucken/core';
import { Project } from '@rucken/todo-core';
import { ProjectsGridComponent } from '../projects-grid/projects-grid.component';
export declare class ProjectsGridModalComponent extends BaseEntityListModalComponent<Project> {
grid: ProjectsGridComponent;
apiUrl?: string;
constructor();
}