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) 222 B
import { IRestProviderOptions } from 'ngx-repository'; import { Task } from '../models/task'; export declare const DEFAULT_TASKS_CONFIG: IRestProviderOptions<Task>; export declare const TASKS_CONFIG_TOKEN = "TasksConfig";