Getting Started
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);
Last updated