UNPKG

ngx-drupal7-services

Version:

# Angular 2+/Ionic 2+ Drupal 7 Services #### Typescript angular module for [Drupal Services 3.x](https://www.drupal.org/project/services)

17 lines (16 loc) 814 B
/** * base models for each resource */ export { SystemConnection } from './system'; export { Settings } from './settings'; export { Entity, CreatedEntity } from './entity'; export { User, LoginCredentials, CreatedUser, PasswordReset, PasswordResetResponse } from './user'; export { NodeEntity, CreatedNode, FileAttach } from './node'; export { FileEntity, CreatedFile } from './file'; export { CommentEntity, CreatedComment } from './comment'; export { TaxonomyTerm } from './taxonomy-term'; export { TaxonomyVocabulary, TaxonomyVocabularyTree } from './taxonomy-vocabulary'; export { ViewOptions } from './view'; export { CustomEntityOptions } from './custom-entity'; export { Menu, MenuItem, MenuItemLink } from './menu'; export { PushNotifications, PushResponse } from './push-notifications';