File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
projects/igniteui-angular/src/lib/list Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,17 +151,17 @@ export class IgxListLineSubTitleDirective {
151151} )
152152export class IgxListComponent extends IgxListBaseDirective {
153153 /**
154- * An accessor that sets the resource strings.
155- * By default it uses EN resources.
156- */
154+ * Sets the resource strings.
155+ * By default it uses EN resources.
156+ */
157157 @Input ( )
158158 set resourceStrings ( value : IListResourceStrings ) {
159159 this . _resourceStrings = Object . assign ( { } , this . _resourceStrings , value ) ;
160160 }
161161
162162 /**
163- * An accessor that returns the resource strings.
164- */
163+ * Returns the resource strings.
164+ */
165165 get resourceStrings ( ) : IListResourceStrings {
166166 return this . _resourceStrings ;
167167 }
You can’t perform that action at this time.
0 commit comments