UNPKG

soda-angular

Version:
7 lines (6 loc) 154 B
import { Like } from './like'; export class NotLike extends Like { toString() { return `${this.Column} not like ${this.Value}`; } }