-
-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Description
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!
Reactions are currently unavailable