UNPKG

@rucken/todo-core

Version:

Core with base class and entities for todo application maked on Angular7+ and based on Rucken template

5 lines (4 loc) 240 B
import { IRestProviderOptions } from 'ngx-repository'; import { Project } from '../models/project'; export declare const DEFAULT_PROJECTS_CONFIG: IRestProviderOptions<Project>; export declare const PROJECTS_CONFIG_TOKEN = "ProjectsConfig";