My challenge lies in utilizing the isPropertyUpdated
function within Angular 4. However, I have encountered a roadblock as Angular 4 does not facilitate deep imports.
An example of an import that fails to work on Angular 4 is:
import {isPropertyUpdated} from 'angular2/src/common/forms/directives/shared'
Given this limitation, how can I successfully integrate isPropertyUpdated
in my Angular 4 project?