8000 TypeScript support · Issue #381 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content

TypeScript support #381

@hongbo-miao

Description

@hongbo-miao

IMPORTANT: Feathers 4 and later has built-in TypeScript support. Please see the docs for more information

http://docs.feathersjs.com/frameworks/angular2.html
Now the demo uses

const feathers = require('feathers/client');
const socketio = require('feathers-socketio/client');
const io = require('socket.io-client');
const localstorage = require('feathers-localstorage');
const hooks = require('feathers-hooks');
const rest = require('feathers-rest/client');
const authentication = require('feathers-authentication/client');

Please support TypeScript definitions to use import!