createPlatform
function
stable
Creates a platform. Platforms must be created on launch using this function.
@returns
PlatformRefJump to details
URL: http://angular.dev/api/core/createPlatform
me === 'auto' && prefersDark)) { documentClassList.add(DARK_MODE_CLASS_NAME); } else { documentClassList.add(LIGHT_MODE_CLASS_NAME); } if (location.search.includes('uwu')) { documentClassList.add('uwu'); }Creates a platform. Platforms must be created on launch using this function.
PlatformRef