Carpose.de - Documentation
Carpose.de
  • React Integration
    • Getting Started
    • Demo
    • 360° Interior Viewer
    • 360° Exterior Viewer
    • Image Slider Viewer
    • Employee List
    • Search Form
    • CO2 Efficiency Label
  • Angular Integration [DEPRECATED]
    • Getting Started
    • Slider
    • 360° Interior Viewer
    • 360° Exterior Viewer
Powered by GitBook
On this page
  1. Angular Integration [DEPRECATED]

Getting Started

PreviousCO2 Efficiency LabelNextSlider

Last updated 1 year ago

DEPRECATED: The JavaScript integration based on Angular will no longer be developed further. Please use v2 based on React.

Carpose.de provides a simple integration bases on Angular. If you want to use the provided components, add the following script to load our library dynamically.

var e = document, t = e.createElement('script'), s = e.getElementsByTagName('script')[0];
t.type = 'text/javascript', t.async = t.defer = !0, t.src = 'https://www.carpose.de/assets/carpose-app.js', s.parentNode.insertBefore(t, s);
Getting Started