diff --git a/packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts b/packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts index 19f157c0..e65a30c9 100644 --- a/packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts +++ b/packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts @@ -15,7 +15,8 @@ import {SDKAnalyticsConstants} from '../internal/SDKAnalyticsConstants'; * * @example * - * Please note that the order of the plugins is important. See {@link https://cloudinary.com/documentation/sdks/js/frontend-frameworks/index.html#plugin-order|Plugin Order} for more details. + * Please note that the order of the plugins is important. + * See {@link https://cloudinary.com/documentation/sdks/js/frontend-frameworks/index.html#plugin-order|Plugin Order} for more details. * * // In your app.module.ts inject the library. * import { CloudinaryModule} from '@cloudinary/angular'; @@ -57,6 +58,7 @@ import {SDKAnalyticsConstants} from '../internal/SDKAnalyticsConstants'; * @prop imageAttributes Optional attributes include alt, width, height, loading */ @Component({ + /* tslint:disable:component-selector */ selector: 'advanced-image', template: `