Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat($parse): enable optional access to the underlying AST #16260

Closed
wants to merge 1 commit into from
Closed

feat($parse): enable optional access to the underlying AST #16260

wants to merge 1 commit into from

Commits on Nov 28, 2017

  1. feat($parse): add a hidden interface to retrieve an expression's AST

    This PR adds a new private method to the `$parse` service, `$$getAst`,
    which takes an Angular expression as its only argument and returns
    the computed AST. This feature is not meant to be part of the public
    API and might be subject to changes, so use it with caution.
    
    Closes #16253
    fpipita committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    392f18e View commit details
    Browse the repository at this point in the history