Is it possible to get some items without injections?

So in each page constructor I’m having something like this:

constructor(
		private platform: Platform, 
		private events: Events,
		private User: User,
		private config: Config
	)

But I’m wondering is it possible somehow to create new items without an injections directly in the methods? Like let config = Config...