kamiazya/ngx-speech-recognition

View on GitHub
src/demo/demo.component.css

Summary

Maintainability
Test Coverage
* {
  margin: 0;
}

:host {
  display: flex;
  width: 100vw;
  flex-direction: column;
}

:host * {
  border: solid 1px black;
}