Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat): Namespace support #1284

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2021

  1. add namespace translate service

    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a35b664 View commit details
    Browse the repository at this point in the history
  2. move logic of translate directive to base-translate directive

    preparation to add a namespace-translate directive
    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    560db07 View commit details
    Browse the repository at this point in the history
  3. add namespace translate directive

    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    4084b01 View commit details
    Browse the repository at this point in the history
  4. move logic of translate pipe to base-translate pipe

    preparation to add namespace translate pipe
    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c9c9842 View commit details
    Browse the repository at this point in the history
  5. add namespace translate pipe

    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d1560af View commit details
    Browse the repository at this point in the history
  6. add namespace features to public api and module

    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    eb4e66e View commit details
    Browse the repository at this point in the history
  7. install flat package as dev-dependency for tests

    used in the namepsace translate service, directive and pipe tests
    Andreas Resch committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    664feca View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. document namespace translate functionality in readme

    Andreas Resch committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    28f7b26 View commit details
    Browse the repository at this point in the history
  2. remove the namespaceTranslateServiceProvider

    angular doesn't allow the usage of function in providers with the default settings.
    Andreas Resch committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ce4588b View commit details
    Browse the repository at this point in the history