Skip to content

Commit c72b84d

Browse files
fix: lint adjustments
1 parent edb67ad commit c72b84d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import {SDKAnalyticsConstants} from '../internal/SDKAnalyticsConstants';
1515
*
1616
* @example
1717
* <caption>
18-
* 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.
18+
* Please note that the order of the plugins is important.
19+
* See {@link https://cloudinary.com/documentation/sdks/js/frontend-frameworks/index.html#plugin-order|Plugin Order} for more details.
1920
* </caption>
2021
* // In your app.module.ts inject the library.
2122
* import { CloudinaryModule} from '@cloudinary/angular';
@@ -57,6 +58,7 @@ import {SDKAnalyticsConstants} from '../internal/SDKAnalyticsConstants';
5758
* @prop imageAttributes Optional attributes include alt, width, height, loading
5859
*/
5960
@Component({
61+
/* tslint:disable:component-selector */
6062
selector: 'advanced-image',
6163
template: `
6264
<img />

0 commit comments

Comments
 (0)