Skip to content

Commit

Permalink
Fix service issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Oct 12, 2023
1 parent 189e820 commit 80ee3e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/cdk/platform-info/platform-info.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import { WINDOW } from '../window'
import { BROWSERLIST_REGEXP } from './browserlist.regexp'
import { PlatformInfo } from './platform-info.type'

@Injectable()
@Injectable({
providedIn: 'root',
})
export class PlatformInfoService {
previouslyHadQueryParameters = false
private platform: PlatformInfo = {
Expand Down

0 comments on commit 80ee3e5

Please sign in to comment.