Back to Rxjs

Info Bar

apps/rxjs.dev/tools/transforms/templates/api/includes/info-bar.html

7.8.2409 B
Original Source

{% import "lib/githubLinks.html" as github -%}

| npm Package | @angular/{$ doc.moduleDoc.id.split('/')[0] $} | | Module | import { {$ doc.name $} } from '@angular/{$ doc.moduleDoc.id $}'; | | Source | {$ github.githubViewLink(doc, versionInfo) $} | {% if doc.ngModule %}| NgModule | {@link {$ doc.ngModule $}} | {% endif %}