Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/app / Function

getPlaygroundDemoToken

Generic types:T

Returns the token for the given playground id.

Presentation

function getPlaygroundDemoToken(
  playgroundId: string,
): InjectionToken<T[]> | undefined;

Returns

InjectionToken<T[]> | undefined

Parameters

NameTypeDescription
playgroundId
string