contentfly-ionic
TypeScript icon, indicating that this package has built-in type declarations

1.2.8 • Public • Published

Contentfly CMS

Contentfly

Die Contentfly Plattform

Releases-Notes

Version 1

1.2.6

  • Logger in SyncState falsch eingebunden

1.2.5

  • Beim ersten Start werden alle Daten neu synchronisiert (syncstate wird nicht geladen)

1.2.4

  • Nur benötigte Dateien synchronisieren (syncUsedFilesOnly)
  • abhängige Entitäten laden (dependentEntities)

1.2.1

  • Unterstützung Statistik-Plugin

Version 2

  • Ionic 4 und Capacitor
  • siehe Branch v2

Installation

Installation per NPM npm install contentfly-ionic

src/app/app.module.ts

...
import {ContentflyModule} from "contentfly-ionic";

@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...
    ContentflyModule.forRoot({
      baseUrl: 'https://url.zum-contentfly-cms.de/'
    })
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp
  ],
  providers: [
    ...
  ]
})
export class AppModule {}

Weiterführende Dokumentation unter https://www.contentfly-cms.de/docs/inonic

Modulinformationen

Erstellen des Modules npm run build

Veröffentlichen des Modules npm publish

Lizenz

Die Contentfly Plattform ist unter eine dualen Lizenz (MIT und properitär) verfügbar. Die genauen Lizenzbedingungen sind in der Datei LICENCE zu finden.

Die Contentfly Plattform ist ein Produkt der AREA-NET GmbH

AREA-NET GmbH Werbeagentur, Internetagentur und App Agentur Öschstrasse 33 73072 Donzdorf

Kontakt

Geschäftsführer Gaugler Stephan, Köller Holger, Schmid Markus

Handelsregister HRB 541303 Ulm Sitz der Gesellschaft: Donzdorf UST-ID: DE208051892

Readme

Keywords

none

Package Sidebar

Install

npm i contentfly-ionic

Weekly Downloads

4

Version

1.2.8

License

MIT

Unpacked Size

410 kB

Total Files

79

Last publish

Collaborators

  • areanet_gmbh