Skip to content

Commit

Permalink
fix: lint adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 17, 2024
1 parent edb67ad commit c72b84d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {SDKAnalyticsConstants} from '../internal/SDKAnalyticsConstants';
*
* @example
* <caption>
* 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.
* </caption>
* // In your app.module.ts inject the library.
* import { CloudinaryModule} from '@cloudinary/angular';
Expand Down Expand Up @@ -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: `
<img />
Expand Down

0 comments on commit c72b84d

Please sign in to comment.