Skip to content

Instantly share code, notes, and snippets.

@Coder-Jedi
Created November 9, 2022 05:11
Show Gist options
  • Save Coder-Jedi/3d9728974d3a8c76a5d4bcb7eb22723d to your computer and use it in GitHub Desktop.
Save Coder-Jedi/3d9728974d3a8c76a5d4bcb7eb22723d to your computer and use it in GitHub Desktop.
The ReadMoreDirective file
import { Directive } from '@angular/core';
@Directive({
selector: '[appReadMore]'
})
export class ReadMoreDirective {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment