Skip to content

Known Issues

Jonathan Casarrubias edited this page Aug 22, 2016 · 11 revisions

LoopBack SDK Builder

This section will list known issues that are not possible to solve in the immediate.

####1.- Real-time Applications Support for IOS in NativeScript The loopback-sdk-builder currently use as dependency the open source library: nativescript-socket.io in which the IOS Support is currently WIP.

More info about this issue here

####1.- Deep Barrels won't load when using WebPack When running Angular 2 in WebPack you may find issues due deeply nested barrels, this issue is not present when using SystemJS. If you face that issue you may not be able to load everything from './shared'.

Example

import { Account, Room } from './shared/sdk/models' // instead of from './shared'
import { AccountApi, RoomApi } from './shared/sdk/services' // instead of from './shared'
Clone this wiki locally