tools/api-builder/angular.io-package/templates/function.template.html [1:14]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% import "lib/githubLinks.html" as github -%} {% import "lib/paramList.html" as params -%} {% extends 'layout/base.template.html' -%} {% block body %} include {$ relativePath(doc.path, '_util-fns') $} {% include "layout/_what-it-does.html" %} {% include "layout/_security-notes.html" %} {% include "layout/_deprecated-notes.html" %} {% include "layout/_how-to-use.html" %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tools/api-builder/angular.io-package/templates/pipe.template.html [1:14]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% import "lib/githubLinks.html" as github -%} {% import "lib/paramList.html" as params -%} {% extends 'layout/base.template.html' -%} {% block body %} include {$ relativePath(doc.path, '_util-fns') $} {% include "layout/_what-it-does.html" %} {% include "layout/_security-notes.html" %} {% include "layout/_deprecated-notes.html" %} {% include "layout/_how-to-use.html" %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -